Silent Install HQ
EXE WinGet

windows_exporter

Prometheus Community · 0.21.0 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Portable application — no installation required. Run the executable directly from any location.

File Identity

SHA256 164b5df88535ce12d445ccf24bb43f95f685e2e770d60f1cc808220c7964a694 VirusTotal ↗
Filename windows_exporter-0.21.0-amd64.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
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…