Skip to content

Releases: prometheus-community/windows_exporter

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

Misc improvements

10 Aug 22:36
Compare
Choose a tag to compare

#109 - Service Collector Filter Flag

#100 - Add DisplayName and Description to Windows service

f4195aa - Conditional query for wmi fields added in IIS 8

v0.2.6

16 Jul 10:20
Compare
Choose a tag to compare

New features

AD: New collector for Active Directory server (#93)
Process: New collector for processes. Specify a filter with -collector.process.processes-where to limit the processes returned. (#79)

Changes

scrape_duration_seconds is now a gauge rather than a summary (#90)

v0.2.5

27 Jun 07:29
Compare
Choose a tag to compare

Bug fixes

This release fixes (#77) a memory leak on Windows Server 2016, or older versions which have upgraded to Windows Management Framework 5 or higher (commonly installed as the prerequisite for Powershell 5)

v0.2.4

10 Jun 12:01
Compare
Choose a tag to compare
Add Vmware collector (#81)