Skip to content

Releases: prometheus-community/windows_exporter

v0.4.1

03 Aug 14:28
96dd456
Compare
Choose a tag to compare

Bug fixes

  • Typo in MSSQL metric name (#234, thanks @szook!)

v0.4.0

02 Aug 06:44
Compare
Choose a tag to compare

New features

Enhancements

  • Add the IIS Worker process name to the label for the process collector (#227, thanks @szook!)

v0.3.4

19 Jul 18:35
21e0f92
Compare
Choose a tag to compare

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

19 May 07:18
Compare
Choose a tag to compare

New features

  • Expose service status in service collector (#198)
  • Expose more HyperV classes (VMStorage and VMNetwork) in the hyperv collector (#202 - thanks @tunaman!)

Improvements

  • The textfile collector can now handle files with \r\n (normal Windows line endings) (#200)

v0.3.2

30 Apr 07:43
a0333ee
Compare
Choose a tag to compare

New features

  • Add metric for exporter start time, process_start_time_seconds (#194)

Bug fixes

  • Having a legacy network adapter on a HyperV server would cause a crash (#193)
  • Some counters in the system collector were exposed as gauges (#195)

v0.3.1

18 Apr 05:51
4b3d1d6
Compare
Choose a tag to compare

New features

  • Hyper-V collector (#150)

v0.3.0

06 Apr 05:28
de48384
Compare
Choose a tag to compare

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

21 Feb 16:06
Compare
Choose a tag to compare
net: export current_bandwidth, fixes #162

v0.2.9

14 Feb 11:27
Compare
Choose a tag to compare

New features

  • Add TCP collector (#142)
  • Add MSMQ collector (#159)

v0.2.8

09 Dec 22:51
Compare
Choose a tag to compare

Fix "no where-clause" warning in service collector. 2f7a372

Add .Net Performance counters. 809fe9b

fix collecting error with multiple IIS application worker processes. 105a1c8