Skip to content

in_windows_exporter_emetrics: Reflect enhancement of windows_exporter_metrics #1949

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pipeline/inputs/windows-exporter-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ Metrics collected with Windows Exporter metrics flow through a separate pipeline
| `collector.memory.scrape_interval` | The rate in seconds at which `memory` metrics are collected. Values greater than `0` override the global default. Otherwise, the global default is used. | `0 seconds` |
| `collector.paging_file.scrape_interval` | The rate in seconds at which `paging_file` metrics are collected. Values greater than `0` override the global default. Otherwise, the global default is used. | `0 seconds` |
| `collector.process.scrape_interval` | The rate in seconds at which `process` metrics are collected. Values greater than `0` override the global default. Otherwise, the global default is used. | `0 seconds` |
| `metrics` | Specify which metrics are collected. | `"cpu,cpu_info,os,net,logical_disk,cs,thermalzone,logon,system,service"` |
| `collector.tcp.scrape_interval` | The rate in seconds at which `tcp` metrics are collected. Values greater than `0` override the global default. Otherwise, the global default is used. | `0 seconds` |
| `collector.cache.scrape_interval` | The rate in seconds at which `cache` metrics are collected. Values greater than `0` override the global default. Otherwise, the global default is used. | `0 seconds` |
| `metrics` | Specify which metrics are collected. | `"cpu,cpu_info,os,net,logical_disk,cs,cache,thermalzone,logon,system,service,tcp"` |

## Collectors available

Expand All @@ -59,6 +61,8 @@ The Version column specifies the Fluent Bit version where the collector is avail
| `memory` | Exposes `memory` statistics. | Windows | v2.1.9 |
| `paging_file` | Exposes `paging_file` statistics. | Windows | v2.1.9 |
| `process` | Exposes `process` statistics. | Windows | v2.1.9 |
| `tcp` | Exposes `tcp` statistics. | Windows | v4.1.0 |
| `cache` | Exposes `cache` statistics. | Windows | v4.1.0 |

## Threading

Expand Down