File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,22 +16,24 @@ Usage:
16
16
azure-keyvault-exporter [OPTIONS]
17
17
18
18
Application Options:
19
- --debug debug mode [$DEBUG ]
20
- -v, --verbose verbose mode [$VERBOSE ]
19
+ --log. debug debug mode [$LOG_DEBUG ]
20
+ --log.trace trace mode [$LOG_TRACE ]
21
21
--log.json Switch log output to json format [$LOG_JSON]
22
22
--azure.environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
23
23
--azure.subscription= Azure subscription ID (space delimiter) [$AZURE_SUBSCRIPTION_ID]
24
24
--azure.resourcegroup= Azure ResourceGroup [$AZURE_RESOURCEGROUP]
25
25
--azure.resource-tag= Azure Resource tags (space delimiter) (default: owner) [$AZURE_RESOURCE_TAG]
26
26
--scrape.time= Default scrape time (time.duration) (default: 5m) [$SCRAPE_TIME]
27
+ --scrape.concurrency= Defines who many Keyvaults can be scraped at the same time (default: 10) [$SCRAPE_CONCURRENCY]
27
28
--bind= Server address (default: :8080) [$SERVER_BIND]
28
29
29
30
Help Options:
30
31
-h, --help Show this help message
31
-
32
32
```
33
33
34
- for Azure API authentication (using ENV vars) see https://docs.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication
34
+ for Azure API authentication (using ENV vars) see following documentations:
35
+ - https://github.com/webdevops/go-common/blob/main/azuresdk/README.md
36
+ - https://docs.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication
35
37
36
38
## Metrics
37
39
You can’t perform that action at this time.
0 commit comments