EXE
WinGet
windows_exporter
Prometheus Community · 0.17.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
windows_exporter-0.17.0-386.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Prometheus.WindowsExporter
Version
0.17.0
Description
Prometheus exporter for Windows machines
License
MIT
↗
Installer URL
https://github.com/prometheus-community/windows_exporter/releases/download/v0.17.0/windows_exporter-0.17.0-386.exe
Upgrade Behavior
install(Install over existing)
Release Notes
⚠️ Breaking changes
- Fixed typo in windows_process_memory_limit_bytes metric (#805, thanks @max-len!). Metric was previously windows_process_memory_limix_bytes
- Added unit to windows_net_current_bandwidth_bytes metric (#804, thanks @max-len!). Metric was previously windows_net_current_bandwidth.
- Added unit to windows_process_working_set_bytes metric (#809). Metric was previously windows_process_working_set.
Enhancements
- Replaced WMI in cs and os collectors (#702, thanks @benridley and @ret…