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)