mirror of
https://github.com/prometheus-community/windows_exporter
synced 2024-12-21 22:20:02 +00:00
5e781b68a2
Perf: Add volume name label |
||
---|---|---|
collectors | ||
.gitignore | ||
exporter.go | ||
LICENSE | ||
README.md |
WMI exporter
Prometheus exporter for Windows machines, using the WMI (Windows Management Instrumentation).
EXPERIMENTAL, use at your own risk!
Collectors
Name | Description |
---|---|
os | Win32_OperatingSystem metrics (memory, processes, users) |
perf | Win32_PerfRawData_PerfDisk_LogicalDisk metrics (disk I/O) |
The HELP texts shows the WMI data source, please see MSDN documentation for details.
Roadmap
See Wiki
License
Under MIT