diff --git a/pipeline/inputs/windows-exporter-metrics.md b/pipeline/inputs/windows-exporter-metrics.md index 7a9601ab2..00ee10d8d 100644 --- a/pipeline/inputs/windows-exporter-metrics.md +++ b/pipeline/inputs/windows-exporter-metrics.md @@ -34,6 +34,8 @@ The initial release of Windows Exporter Metrics contains a single collector avai | collector.logon.scrape\_interval | The rate in seconds at which logon metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds | | collector.system.scrape\_interval | The rate in seconds at which system metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds | | collector.service.scrape\_interval | The rate in seconds at which service metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds | +| collector.memory.scrape\_interval | The rate in seconds at which memory metrics are collected from the host operating system. If a value greater than 0 is used then it overrides 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 from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds | | metrics | To specify which metrics are collected from the host operating system. | `"cpu,cpu_info,os,net,logical_disk,cs,thermalzone,logon,system,service"` | ## Collectors available @@ -53,7 +55,9 @@ The following table describes the available collectors as part of this plugin. A | cpu\_info | Exposes cpu\_info statistics. | Windows | v2.0.8 | | logon | Exposes logon statistics. | Windows | v2.0.8 | | system | Exposes system statistics. | Windows | v2.0.8 | -| service | Exposes system statistics. | Windows | v2.1.6 | +| service | Exposes service statistics. | Windows | v2.1.6 | +| memory | Exposes memory statistics. | Windows | v2.1.9 | +| paging\_file | Exposes paging\_file statistics. | Windows | v2.1.9 | ## Getting Started