Skip to content

Releases: prometheus-community/windows_exporter

v0.7.0

13 Mar 20:35
Compare
Choose a tag to compare

Enhancements

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

01 Feb 20:28
517cd3b
Compare
Choose a tag to compare

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

18 Nov 20:47
2766f0e
Compare
Choose a tag to compare

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

13 Nov 15:59
cb9da1a
Compare
Choose a tag to compare

Bug fixes

  • Sanitize MSSQL instance names

v0.4.3

17 Aug 05:41
fe7e5cb
Compare
Choose a tag to compare

Bug fixes

  • Don't panic when no results are returned due to WMI issues on the machine (#241, thanks @szook)

v0.4.2

04 Aug 06:35
bad1e7f
Compare
Choose a tag to compare

Enhancements

  • Add AccessMethod class to MSSQL collector (#236, thanks @szook!)

Bug fixes

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)