Go to file
2016-08-26 14:19:08 +02:00
collectors os: further improve naming. use original WMI names as help text 2016-08-26 14:19:08 +02:00
.gitignore initial commit 2016-08-26 08:59:27 +02:00
exporter.go add perf collector, exposing Win32_PerfRawData_PerfDisk_LogicalDisk 2016-08-26 11:08:12 +02:00
LICENSE add perf collector, exposing Win32_PerfRawData_PerfDisk_LogicalDisk 2016-08-26 11:08:12 +02:00
README.md fix wiki link 2016-08-26 12:56:44 +02:00

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

License

Under MIT