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:
31
31
--scrape.time.query= Scrape time for query results (time.duration) [$SCRAPE_TIME_QUERY]
32
32
--scrape.time.live= Scrape time for live metrics (time.duration) (default: 30s) [$SCRAPE_TIME_LIVE]
33
33
--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]
34
37
--azuredevops.url= Azure DevOps URL (empty if hosted by Microsoft) [$AZURE_DEVOPS_URL]
35
38
--azuredevops.access-token= Azure DevOps access token [$AZURE_DEVOPS_ACCESS_TOKEN]
36
39
--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]
40
40
--azuredevops.organisation= Azure DevOps organization [$AZURE_DEVOPS_ORGANISATION]
41
41
--azuredevops.apiversion= Azure DevOps API version (default: 5.1) [$AZURE_DEVOPS_APIVERSION]
42
42
--azuredevops.agentpool= Enable scrape metrics for agent pool (IDs) [$AZURE_DEVOPS_AGENTPOOL]
@@ -69,6 +69,11 @@ Help Options:
69
69
-h, --help Show this help message
70
70
```
71
71
72
+ Authentication
73
+ --------------
74
+
75
+ This exporter supports Azure DevOps PAT tokens and ServicePrincipal authentication with Client Secret and (AKS) Workload Identity.
76
+
72
77
Metrics
73
78
-------
74
79
You can’t perform that action at this time.
0 commit comments