Releases: prometheus-community/windows_exporter
Releases · prometheus-community/windows_exporter
v0.4.1
v0.4.0
v0.3.4
Bug fixes
- Do not panic when
Win32_PerfRawData_W3SVC_WebServiceCache
returns empty results (#225, thanks @szook) - Don't warn about unable to detect IIS version if IIS collector is not enabled (#212, thanks @xphyr)
- Fix the "Invalid query" error, by querying WMI differently to tolerate variations in what fields are present on classes (#209)
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Breaking changes
This release has a breaking change in handling of command line flags. If you manage the flags passed to wmi_exporter yourself (rather than use the installer), you need to change from one dash to two (ie --collectors.enabled
, while previously it was -collectors.enabled
).
This change harmonizes the wmi_exporter with the rest of the Prometheus ecosystem, and also removes the need to quote flags in Powershell.
New features
- Textfile collector (#174)
- Service recovery options are set on installation, ensuring the exporter restarts if it crashes (#186)
Fixes
- All logs now end up in the Windows Event Log as intended (#183)
v0.2.10
net: export current_bandwidth, fixes #162