Skip to content

Commit 1234468

Browse files
authored
in_windows_exporter_emetrics: Reflect enhancement of windows_exporter_metrics (#1949)
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io> in_windows_exporter_emetrics: Reflect enhancement of windows_exporter_metrics
1 parent 47a8eea commit 1234468

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
@@ -36,7 +36,9 @@ Metrics collected with Windows Exporter metrics flow through a separate pipeline
3636
| `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` |
3737
| `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` |
3838
| `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` |
39-
| `metrics` | Specify which metrics are collected. | `"cpu,cpu_info,os,net,logical_disk,cs,thermalzone,logon,system,service"` |
39+
| `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` |
40+
| `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` |
41+
| `metrics` | Specify which metrics are collected. | `"cpu,cpu_info,os,net,logical_disk,cs,cache,thermalzone,logon,system,service,tcp"` |
4042

4143
## Collectors available
4244

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

6367
## Threading
6468

0 commit comments

Comments
 (0)