Skip to content

Commit 4c66183

Browse files
authored
in_windows_system_statistics: improve formatting in several sections of input plugin doc (#2290)
- Add periods to metric description sentences - Convert Notes section to info hint block - Fix "Windows-only" to "Windows only" - cleaned up duplicate warnings in hints sections Fixes #2139. Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent 3fea32e commit 4c66183

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pipeline/inputs/windows-system-statistics.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ The plugin supports the following configuration parameters:
2222

2323
The `winstat` plugin collects the following system statistics:
2424

25-
| Metric Category | Description |
26-
|:----------------|:----------------------------------------------------------------------------|
27-
| CPU | CPU usage percentage, including user and system time |
28-
| Memory | Memory usage including total, available, and used memory |
29-
| Disk | Disk I/O statistics including read/write operations and throughput |
30-
| Network | Network interface statistics including bytes sent/received and packet counts |
25+
| Metric Category | Description |
26+
|:----------------|:------------------------------------------------------------------------------|
27+
| CPU | CPU usage percentage, including user and system time. |
28+
| Memory | Memory usage including total, available, and used memory. |
29+
| Disk | Disk I/O statistics including read/write operations and throughput. |
30+
| Network | Network interface statistics including bytes sent/received and packet counts. |
3131

3232
## Get started
3333

@@ -92,8 +92,8 @@ Total interval (sec) = `Interval_Sec` + (`Interval_NSec` / 1000000000)
9292

9393
For example: `1.5s` = `1s` + `500000000ns`
9494

95-
## Notes
95+
{% hint style="info" %}
96+
97+
For Prometheus-based metrics collection on Windows, consider using the [Windows Exporter Metrics](windows-exporter-metrics.md) input plugin instead.
9698

97-
- The `winstat` plugin requires Windows Performance Counters access. Ensure Fluent Bit is running with appropriate permissions.
98-
- This plugin is Windows-only and won't work on Linux, macOS, or other operating systems.
99-
- For Prometheus-based metrics collection on Windows, consider using the [Windows Exporter Metrics](windows-exporter-metrics.md) input plugin instead.
99+
{% endhint %}

0 commit comments

Comments
 (0)