Skip to content

Commit 1f02137

Browse files
committed
update readme
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 3a38c07 commit 1f02137

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@ Usage:
1717
azure-loganalytics-exporter [OPTIONS]
1818
1919
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]
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
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]
2626
--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]
2929
-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]
3133
3234
Help Options:
3335
-h, --help Show this help message

0 commit comments

Comments
 (0)