Releases: prometheus-community/windows_exporter
Releases · prometheus-community/windows_exporter
v0.7.0
Enhancements
- Metrics for Windows Containers 🎉 (#320, thanks @sachinmsft!)
Other
- A discussion was had, and a decision was made (#321) to not enforce WMI-only collection of metrics. We hope this will open up new interesting possibilities going forward, such as the above Containers metrics!
v0.6.0
Enhancements
- It is now possible to pas all flags to the service when installing the MSI using the
EXTRA_FLAGS
parameter (#291, thanks @kpettijohn!) - Better error messages for textfile inputs that are not UTF-8 (#293, thanks @hairyhenderson!)
- We now supply checksums for all release artifacts (#311)
Bug fixes
- Windows Event log messages are no longer prefixed with a warning about missing log sources (#312)
- An error was silently ignored when querying for IIS worker processes (#303, thanks @vlamug)
Other
v0.5.0
Enhancements
memory
collector for exposing more information about memory usage (#266, thanks @aswhit1!)- We now have documentation for all the collectors in the
docs/
directory. Help with extending the info around practical usages would be very appreciated! (#113)
Bug fixes
- The textfile collector now handles different Unicode byte order markers (BOMs) that may be present from some tools (such as Powershell). (#285, thanks @hairyhenderson)
v0.4.4
v0.4.3
v0.4.2
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)