mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-02-17 04:27:06 +00:00
26 lines
481 B
Markdown
26 lines
481 B
Markdown
# WMI exporter
|
|
|
|
Prometheus exporter for Windows machines, using the WMI (Windows Management Instrumentation).
|
|
|
|
|
|
## Status
|
|
|
|
EXPERIMENTAL, use at your own risk!
|
|
|
|
|
|
## Collectors
|
|
|
|
Name | Description
|
|
---------|-------------
|
|
os | Exposes Win32_OperatingSystem metrics (memory, processes, users)
|
|
perf | Exposes Win32_PerfRawData_PerfDisk_LogicalDisk metrics (disk I/O)
|
|
|
|
|
|
## Roadmap
|
|
|
|
See [Wiki](https://github.com/martinlindhe/wmi_exporter/wiki/TODO)
|
|
|
|
## License
|
|
|
|
Under [MIT](LICENSE)
|