From 40a42ca4577c65cfe5dd979d63cfb363d01853ef Mon Sep 17 00:00:00 2001 From: Hamed Mansouri Date: Tue, 21 Jan 2025 03:17:03 +0330 Subject: [PATCH] docs: fix typo in README.md (#1844) Signed-off-by: Hamed Mansouri --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c2ce61..d5037e5d 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ windows_exporter accepts flags to configure certain behaviours. The ones configu | `--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]` | +| `--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]` | | `--collectors.print` | If true, print available collectors and exit. | | | `--scrape.timeout-margin` | Seconds to subtract from the timeout allowed by the client. Tune to allow for overhead or high loads. | `0.5` | | `--web.config.file` | A [web config][web_config] for setting up TLS and Auth | None |