File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ Application Options:
3131 --scrape.time.query= Scrape time for query results (time.duration) [$SCRAPE_TIME_QUERY]
3232 --scrape.time.live= Scrape time for live metrics (time.duration) (default: 30s) [$SCRAPE_TIME_LIVE]
3333 --stats.summary.maxage= Stats Summary metrics max age (time.duration) [$STATS_SUMMARY_MAX_AGE]
34+ --azure.tenant-id= Azure tenant ID for Service Principal authentication [$AZURE_TENANT_ID]
35+ --azure.client-id= Client ID for Service Principal authentication [$AZURE_CLIENT_ID]
36+ --azure.client-secret= Client secret for Service Principal authentication [$AZURE_CLIENT_SECRET]
3437 --azuredevops.url= Azure DevOps URL (empty if hosted by Microsoft) [$AZURE_DEVOPS_URL]
3538 --azuredevops.access-token= Azure DevOps access token [$AZURE_DEVOPS_ACCESS_TOKEN]
3639 --azuredevops.access-token-file= Azure DevOps access token (from file) [$AZURE_DEVOPS_ACCESS_TOKEN_FILE]
37- --azuredevops.tenant-id= Azure tenant ID for Service Principal authentication [$AZURE_TENANT_ID]
38- --azuredevops.client-id= Client ID for Service Principal authentication [$AZURE_CLIENT_ID]
39- --azuredevops.client-secret= Client secret for Service Principal authentication [$AZURE_CLIENT_SECRET]
4040 --azuredevops.organisation= Azure DevOps organization [$AZURE_DEVOPS_ORGANISATION]
4141 --azuredevops.apiversion= Azure DevOps API version (default: 5.1) [$AZURE_DEVOPS_APIVERSION]
4242 --azuredevops.agentpool= Enable scrape metrics for agent pool (IDs) [$AZURE_DEVOPS_AGENTPOOL]
@@ -69,6 +69,11 @@ Help Options:
6969 -h, --help Show this help message
7070```
7171
72+ Authentication
73+ --------------
74+
75+ This exporter supports Azure DevOps PAT tokens and ServicePrincipal authentication with Client Secret and (AKS) Workload Identity.
76+
7277Metrics
7378-------
7479
You can’t perform that action at this time.
0 commit comments