EXE
WinGet
windows_exporter
Prometheus Community · 0.21.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.21.0-386.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Prometheus.WindowsExporter
Version
0.21.0
Description
Prometheus exporter for Windows machines
License
MIT
↗
Installer URL
https://github.com/prometheus-community/windows_exporter/releases/download/v0.21.0/windows_exporter-0.21.0-386.exe
Upgrade Behavior
install(Install over existing)
Release Notes
⚠️ Breaking Changes
--telemetry.addr flag and configuration option for specifying the exporter listening address and port has been replaced with --web.listen-address. See #1082 and #1092 for context.
What's Changed
- Update regex by @marnicgit in #1075
- Try to bump /x/sys to the current stable version to fix IsWindowsService() by @gillg in #1078
- Update collector.process.md by @marnicgit in #1077
- Add ARM64 builds to releases by @breed808 in #1055
- fix: Remove memory leaks in scheduled_task…