docs: Remove CLI flag telemetry.max-requests and hardcoded to 1. (#2030)

This commit is contained in:
Jan-Otto Kröpke
2025-05-14 20:52:05 +02:00
committed by GitHub
parent 48d29d8563
commit 9b41c805a5
2 changed files with 0 additions and 176 deletions

View File

@@ -86,9 +86,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.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 |
| `--config.file` | [Using a config file](#using-a-configuration-file) from path or URL | None |