Skip to content

Releases: prometheus-community/windows_exporter

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)

v0.2.3

02 May 12:30
Compare
Choose a tag to compare

New features

OS: Current time and timezone are exposed in the wmi_os_time and wmi_os_timezone (#67)
IIS: Application pool metrics from Win32_PerfRawData_APPPOOLCountersProvider_APPPOOLWAS (#70)

Bug fixes

Installation on Windows 2003 systems should work now with the msi (#68)

Maintenance

Spelling fixes in log messages (#65, #66)
Remove usage of deprecated methods in prometheus client (#71)
Dependencies updated (#72)

v0.2.2

17 Mar 18:38
Compare
Choose a tag to compare

As 0.1.4, this is a re-release of 0.2.1, but with a url-fix for the installer.

v0.2.1

17 Mar 18:13
Compare
Choose a tag to compare
updating Win32_PerfRawData_Tcpip_NetworkInterface to uint64 (#61)

v0.2.0

04 Mar 12:00
Compare
Choose a tag to compare
Merge pull request #59 from martinlindhe/additional-collectors

Add [defaults] placeholder support to collectors.enabled

v0.1.4

04 Mar 08:16
Compare
Choose a tag to compare

Same as v0.1.3 but fixed build script to produce binaries

v0.1.3: Merge pull request #56 from martinlindhe/service-collector

03 Mar 16:02
Compare
Choose a tag to compare

v0.1.2

25 Dec 07:09
Compare
Choose a tag to compare

Build both x86 and x64 binaries and installers