Skip to content

Commit 0de1e85

Browse files
cosmo0920Tom
authored andcommitted
in_windows_exporter_emetrics: Reflect enhancement of windows_exporter_metrics (fluent#1949)
Signed-off-by: Hiroshi Hatake <[email protected]> in_windows_exporter_emetrics: Reflect enhancement of windows_exporter_metrics Signed-off-by: Tom <[email protected]>
1 parent 081f02e commit 0de1e85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pipeline/inputs/windows-exporter-metrics.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ The initial release of Windows Exporter Metrics contains a single collector avai
4040
| `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` |
4141
| `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` |
4242
| `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` |
43-
| `metrics` | Specify which metrics are collected. | `"cpu,cpu_info,os,net,logical_disk,cs,thermalzone,logon,system,service"` |
43+
| `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` |
44+
| `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` |
45+
| `metrics` | Specify which metrics are collected. | `"cpu,cpu_info,os,net,logical_disk,cs,cache,thermalzone,logon,system,service,tcp"` |
4446

4547
## Collectors available
4648

@@ -63,6 +65,8 @@ The Version column specifies the Fluent Bit version where the collector is avail
6365
| `memory` | Exposes `memory` statistics. | Windows | v2.1.9 |
6466
| `paging_file` | Exposes `paging_file` statistics. | Windows | v2.1.9 |
6567
| `process` | Exposes `process` statistics. | Windows | v2.1.9 |
68+
| `tcp` | Exposes `tcp` statistics. | Windows | v4.1.0 |
69+
| `cache` | Exposes `cache` statistics. | Windows | v4.1.0 |
6670

6771
## Threading
6872

0 commit comments

Comments
 (0)