Skip to content
Merged
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 @@ -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
Expand All @@ -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

Expand Down