Skip to content

Conversation

@clayton-cornell
Copy link
Contributor

Clarify that blocks need to be enabled in the configured_collectors argument. 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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 7, 2025

💻 Deploy preview available (Clarify that blocks need to be enabled in the configured_collectors argument):

@clayton-cornell clayton-cornell added type/docs Docs Squad label across all Grafana Labs repos backport release/v1.11 labels Nov 7, 2025
@clayton-cornell clayton-cornell requested review from a team and Copilot November 7, 2025 18:57
Copy link
Contributor

Copilot AI left a 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 |
Copy link

Copilot AI Nov 7, 2025

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport release/v1.11 backport release/v1.12 type/docs Docs Squad label across all Grafana Labs repos

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant