@@ -17,17 +17,19 @@ Usage:
17
17
azure-loganalytics-exporter [OPTIONS]
18
18
19
19
Application Options:
20
- --debug debug mode [$DEBUG ]
21
- -v, --verbose verbose mode [$VERBOSE ]
20
+ --log. debug debug mode [$LOG_DEBUG ]
21
+ --log.trace trace mode [$LOG_TRACE ]
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
25
- calls (time.Duration) (default: 30m) [$AZURE_SERVICEDISCOVERY_CACHE]
24
+ --azure.servicediscovery.cache= Duration for caching Azure ServiceDiscovery of workspaces to reduce API calls
25
+ (time.Duration) (default: 30m) [$AZURE_SERVICEDISCOVERY_CACHE]
26
26
--loganalytics.workspace= Loganalytics workspace IDs [$LOGANALYTICS_WORKSPACE]
27
- --loganalytics.parallel = Specifies how many workspaces should be queried in parallel (default: 5)
28
- [$LOGANALYTICS_PARALLEL ]
27
+ --loganalytics.concurrency = Specifies how many workspaces should be queried concurrently (default: 5)
28
+ [$LOGANALYTICS_CONCURRENCY ]
29
29
-c, --config= Config path [$CONFIG]
30
- --bind= Server address (default: :8080) [$SERVER_BIND]
30
+ --server.bind= Server address (default: :8080) [$SERVER_BIND]
31
+ --server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]
32
+ --server.timeout.write= Server write timeout (default: 10s) [$SERVER_TIMEOUT_WRITE]
31
33
32
34
Help Options:
33
35
-h, --help Show this help message
0 commit comments