Skip to content

v0.3.0

Compare
Choose a tag to compare
@carlpett carlpett released this 06 Apr 05:28
· 1341 commits to master since this release
de48384

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)