File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ Usage:
18
18
19
19
Application Options:
20
20
--log.debug debug mode [$LOG_DEBUG]
21
- --log.trace trace mode [$LOG_TRACE ]
21
+ --log.devel development mode [$LOG_DEVEL ]
22
22
--log.json Switch log output to json format [$LOG_JSON]
23
23
--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]
26
27
--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]
29
29
-c, --config= Config path [$CONFIG]
30
30
--server.bind= Server address (default: :8080) [$SERVER_BIND]
31
31
--server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]
You can’t perform that action at this time.
0 commit comments