Releases: prometheus-community/windows_exporter
Releases · prometheus-community/windows_exporter
v0.2.6
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
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
Add Vmware collector (#81)
v0.2.3
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
As 0.1.4, this is a re-release of 0.2.1, but with a url-fix for the installer.
v0.2.1
updating Win32_PerfRawData_Tcpip_NetworkInterface to uint64 (#61)
v0.2.0
Merge pull request #59 from martinlindhe/additional-collectors
Add [defaults] placeholder support to collectors.enabled
v0.1.4
Same as v0.1.3 but fixed build script to produce binaries
v0.1.3: Merge pull request #56 from martinlindhe/service-collector
Add Win32_Service collector
v0.1.2
Build both x86 and x64 binaries and installers