From 931c3f78d91970315485e6873fb4d21ccf70f036 Mon Sep 17 00:00:00 2001 From: zfx Date: Thu, 2 Mar 2023 11:12:46 +0800 Subject: [PATCH] docs: fix documentation errors Fix the documentation and code inconsistencies caused by the following commit > https://github.com/prometheus-community/windows_exporter/commit/e9c594473c0b9b794422e8314bd58f92bcc5c2e6 Signed-off-by: zfx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac606dee..5df75958 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ windows_exporter accepts flags to configure certain behaviours. The ones configu Flag | Description | Default value ---------|-------------|-------------------- -`--telemetry.addr` | host:port for exporter. | `:9182` +`--web.listen-address` | host:port for exporter. | `:9182` `--telemetry.path` | URL path for surfacing collected metrics. | `/metrics` `--telemetry.max-requests` | Maximum number of concurrent requests. 0 to disable. | `5` `--collectors.enabled` | Comma-separated list of collectors to use. Use `[defaults]` as a placeholder which gets expanded containing all the collectors enabled by default." | `[defaults]`