File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ Usage:
1818
1919Application Options:
2020 --log.debug debug mode [$LOG_DEBUG]
21- --log.trace trace mode [$LOG_TRACE ]
21+ --log.devel development mode [$LOG_DEVEL ]
2222 --log.json Switch log output to json format [$LOG_JSON]
2323 --azure.environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
24- --azure.servicediscovery.cache= Duration for caching Azure ServiceDiscovery of workspaces to reduce API calls
25- (time.Duration) (default: 30m) [$AZURE_SERVICEDISCOVERY_CACHE]
24+ --azure.servicediscovery.cache= Duration for caching Azure ServiceDiscovery of workspaces to reduce API calls (time.Duration)
25+ (default: 30m) [$AZURE_SERVICEDISCOVERY_CACHE]
26+ --azure.resource-tag= Azure Resource tags (space delimiter) (default: owner) [$AZURE_RESOURCE_TAG]
2627 --loganalytics.workspace= Loganalytics workspace IDs [$LOGANALYTICS_WORKSPACE]
27- --loganalytics.concurrency= Specifies how many workspaces should be queried concurrently (default: 5)
28- [$LOGANALYTICS_CONCURRENCY]
28+ --loganalytics.concurrency= Specifies how many workspaces should be queried concurrently (default: 5) [$LOGANALYTICS_CONCURRENCY]
2929 -c, --config= Config path [$CONFIG]
3030 --server.bind= Server address (default: :8080) [$SERVER_BIND]
3131 --server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]
You can’t perform that action at this time.
0 commit comments