-
Notifications
You must be signed in to change notification settings - Fork 488
Clarify that blocks need to be enabled in the configured_collectors argument #4806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
💻 Deploy preview available (Clarify that blocks need to be enabled in the configured_collectors argument): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR improves the documentation for the prometheus.exporter.windows component by fixing formatting inconsistencies, correcting typos, clarifying language, and adding a comprehensive configuration example.
- Standardizes Markdown table formatting across all tables
- Fixes spelling errors and improves grammar for clarity
- Adds a new advanced example demonstrating how to enable and configure multiple collectors
| | Name | Type | Description | Default | Required | | ||
| | --------------------------- | -------- | ------------------------------------------- | -------- | -------- | | ||
| | `counter_version` | `int` | Version of the process collector to use. | `0` | no | | ||
| | `enable_iis_worker_process` | `bool` | Enable IIS worker process name queries. | `false` | no | |
Copilot
AI
Nov 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Type changed from string to bool for enable_iis_worker_process. Verify this accurately reflects the actual API, as boolean is more appropriate for an enable/disable flag than string.
docs/sources/reference/components/prometheus/prometheus.exporter.windows.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/prometheus/prometheus.exporter.windows.md
Outdated
Show resolved
Hide resolved
…er.windows.md Co-authored-by: Copilot <[email protected]>
…er.windows.md Co-authored-by: Copilot <[email protected]>
Clarify that blocks need to be enabled in the
configured_collectorsargument. Add an example showing how this is done. Clean up text content to reduce Vale errors and align better with Grafana styles. Fix a type error (string vs bool).Fixes https://github.com/grafana/support-escalations/issues/18939