Skip to content

Releases: prometheus-community/windows_exporter

v0.30.0-rc.2

30 Nov 12:11
f5ff75e
Compare
Choose a tag to compare
v0.30.0-rc.2 Pre-release
Pre-release

What's Changed

πŸ’₯ Breaking Changes

  • system: BREAKING rename windows_system_system_up_time to windows_system_boot_time_timestamp_seconds by @jkroepke in #1784

✨ Exciting New Features

🐞 Bug Fixes

  • hyperv: Removed % Guest Idle Time performance counters (introduced in 0.30.0-beta.4) by @jkroepke in #1785
  • logical_disk: fix volume access with limited permission by @jkroepke in #1786
  • vmware: fix memory collector by @jkroepke in #1791
  • iis: Fix label for Default Web Site by @jkroepke in #1792
  • mssql: fix not collecting sql errors by @jkroepke in #1793

Full Changelog: v0.30.0-rc.1...v0.30.0-rc.2

v0.30.0-rc.1

28 Nov 16:31
a2db814
Compare
Choose a tag to compare
v0.30.0-rc.1 Pre-release
Pre-release

What's Changed

🐞 Bug Fixes

  • textfile: set windows_exporter_collector_success to 0, if an errors occurs by @jkroepke in #1775
  • collector: don't fail if perf counters are empty. by @jkroepke in #1776
  • mssql: set windows_exporter_collector_success to 0, if errors occurs by @jkroepke in #1777

Full Changelog: v0.30.0-rc.0...v0.30.0-rc.1

v0.30.0-rc.0

26 Nov 20:48
ca04ad8
Compare
Choose a tag to compare
v0.30.0-rc.0 Pre-release
Pre-release

Technical Preview

windows_exporter is undergoing a modernization. We plan to deliver a stable release by mid-2025, with upcoming changes β€” including a newly designed Hyper-V collector β€” adding value to the official 1.0 stable release.

Windows Management Infrastructure (MI) as a Replacement for Windows Management Instrumentation (WMI)

As of version 0.30.0, windows_exporter no longer uses WMI directly. Instead, it utilizes its successor, Windows Management Infrastructure (MI), available since Windows Server 2012. MI offers several advantages, such as the ability to run queries in parallel.

Performance Data Helpers

windows_exporter 0.30 uses Performance Data Helpers instead grab and parse the binary data from the registry. This change also introduces support for Process V2, which is enabled by default on Windows Server 2022. In conclusion, the code from https://github.com/leoluk/perflib_exporter is removed.

πŸ’₯ Breaking Changes

windows_exporter introduced an other wave of breaking changes. Sorry for that! The reason is that there is not enough maintainer capacity to hold backwards compatibility. Keep in mind, windows_exporter is using semver as versioning strategy and below version 1, backwards compatibility is not necessary.

On plan, this might be the last wave of breaking changes. All modernization steps are done and we are now looking for a stabilization and bug fixes phrase for now.

What's Changed

πŸ’₯ Breaking Changes

  • *: replace --collectors.[name].* with --collector.[name].* flags (click PR number for more information) by @jkroepke in #1659
  • *: Remove teradici_pcoip and vmware_blast collector by @jkroepke in #1686
  • logon: BREAKING: replace wmi query by Win32 API calls and expose detailed logon sessions. (click PR for more information) by @jkroepke in #1687
  • chore: Switch to hostprocess base image and add support for Windows Server 2025 on Kubernetes (click PR number for more information) by @jkroepke in #1731
  • pagefile: BREAKING: move paging metrics from os to dedicated collector (click PR for more information) by @jkroepke in #1735
  • chore: Remove registry based perfdata collector by @jkroepke in #1742
  • hyperv: Refactor collector, added DataStore, Virtual SMB and Dynamic Memory Balancer metrics (click PR number for more information) by @jkroepke in #1712

✨ Exciting New Features

🐞 Bug Fixes

πŸ› οΈ Dependencies

  • chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #1675
  • chore(deps): bump github.com/prometheus/common from 0.59.2-0.20240918152650-14bac55a992f to 0.60.0 by @dependabot in #1674
  • chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1 by @dependabot in #1689
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #1701
  • chore(deps): bump github.com/prometheus/common from 0.60.0 to 0.60.1 by @dependabot in #1708
  • chore(deps): bump github.com/Microsoft/hcsshim from 0.12.7 to 0.12.8 by @dependabot in #1707
  • chore(deps): bump github.com/prometheus/exporter-toolkit from 0.13.0 to 0.13.1 by @dependabot in #1717
  • chore(deps): bump github.com/Microsoft/hcsshim from 0.12.8 to 0.12.9 by @dependabot in #1716
  • chore(deps): bump golang.org/x/sys ...
Read more

v0.30.0-beta.5

25 Nov 20:28
1a4c6c5
Compare
Choose a tag to compare
v0.30.0-beta.5 Pre-release
Pre-release

Technical Preview

windows_exporter is undergoing a modernization. We plan to deliver a stable release by mid-2025, with upcoming changesβ€”including a newly designed Hyper-V collectorβ€”adding value to the official 1.0 stable release.

Windows Management Infrastructure (MI) as a Replacement for Windows Management Instrumentation (WMI)

As of version 0.30.0, windows_exporter no longer uses WMI directly. Instead, it utilizes its successor, Windows Management Infrastructure (MI), available since Windows Server 2012. MI offers several advantages, such as the ability to run queries in parallel.

Performance Data Helpers

windows_exporter 0.30 uses Performance Data Helpers instead grab and parse the binary data from the registry. This change also introduces support for Process V2, which is enabled by default on Windows Server 2022. In conclusion, the code from https://github.com/leoluk/perflib_exporter is removed.

πŸ’₯ Breaking Changes

windows_exporter introduced an other wave of breaking changes. Sorry for that! The reason is that there is not enough maintainer capacity to hold backwards compatibility. Keep in mind, windows_exporter is using semver as versioning strategy and below version 1, backwards compatibility is not necessary.

On plan, this might be the last wave of breaking changes. All modernization steps are done and we are now looking for a stabilization and bug fixes phrase for now.

What's Changed

✨ Exciting New Features

🐞 Bug Fixes

πŸ› οΈ Dependencies

  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #1770

Full Changelog: v0.30.0-beta.4...v0.30.0-beta.5

v0.30.0-beta.4

21 Nov 22:24
4534c2a
Compare
Choose a tag to compare
v0.30.0-beta.4 Pre-release
Pre-release

Technical Preview

windows_exporter is undergoing a modernization. We plan to deliver a stable release by mid-2025, with upcoming changesβ€”including a newly designed Hyper-V collectorβ€”adding value to the official 1.0 stable release.

Windows Management Infrastructure (MI) as a Replacement for Windows Management Instrumentation (WMI)

As of version 0.30.0, windows_exporter no longer uses WMI directly. Instead, it utilizes its successor, Windows Management Infrastructure (MI), available since Windows Server 2012. MI offers several advantages, such as the ability to run queries in parallel.

Performance Data Helpers

windows_exporter 0.30 uses Performance Data Helpers instead grab and parse the binary data from the registry. This change also introduces support for Process V2, which is enabled by default on Windows Server 2022. In conclusion, the code from https://github.com/leoluk/perflib_exporter is removed.

πŸ’₯ Breaking Changes

windows_exporter introduced an other wave of breaking changes. Sorry for that! The reason is that there is not enough maintainer capacity to hold backwards compatibility. Keep in mind, windows_exporter is using semver as versioning strategy and below version 1, backwards compatibility is not necessary.

On plan, this might be the last wave of breaking changes. All modernization steps are done and we are now looking for a stabilization and bug fixes phrase for now.

What's Changed

πŸ’₯ Breaking Changes

  • hyperv: Refactor collector, added DataStore, Virtual SMB and Dynamic Memory Balancer metrics (click PR number for more information) by @jkroepke in #1712

✨ Exciting New Features

🐞 Bug Fixes

  • logicaldisk: fix base counter values by @jkroepke in #1747
  • logical_disk: Get Volume ID for NTFS Volume Mounts by @jkroepke in #1752
  • mssql: fix performance counter with additional server instance by @jkroepke in #1753

Full Changelog: v0.30.0-beta.3...v0.30.0-beta.4

v0.30.0-beta.3

18 Nov 17:12
c6ee794
Compare
Choose a tag to compare
v0.30.0-beta.3 Pre-release
Pre-release

Technical Preview

windows_exporter is undergoing a modernization. We plan to deliver a stable release by mid-2025, with upcoming changesβ€”including a newly designed Hyper-V collectorβ€”adding value to the official 1.0 stable release.

Windows Management Infrastructure (MI) as a Replacement for Windows Management Instrumentation (WMI)

As of version 0.30.0, windows_exporter no longer uses WMI directly. Instead, it utilizes its successor, Windows Management Infrastructure (MI), available since Windows Server 2012. MI offers several advantages, such as the ability to run queries in parallel.

Performance Data Helpers

windows_exporter 0.30 uses Performance Data Helpers instead grab and parse the binary data from the registry. This change also introduces support for Process V2, which is enabled by default on Windows Server 2022. In conclusion, the code from https://github.com/leoluk/perflib_exporter is removed.

πŸ’₯ Breaking Changes

windows_exporter introduced an other wave of breaking changes. Sorry for that! The reason is that there is not enough maintainer capacity to hold backwards compatibility. Keep in mind, windows_exporter is using semver as versioning strategy and below version 1, backwards compatibility is not necessary.

On plan, this might be the last wave of breaking changes. All modernization steps are done and we are now looking for a stabilization and bug fixes phrase for now.

What's Changed

πŸ’₯ Breaking Changes

  • *: replace --collectors.[name].* with --collector.[name].* flags (click PR number for more information) by @jkroepke in #1659
  • *: Remove teradici_pcoip and vmware_blast collector by @jkroepke in #1686
  • logon: BREAKING: replace wmi query by Win32 API calls and expose detailed logon sessions. (click PR for more information) by @jkroepke in #1687
  • chore: Switch to hostprocess base image and add support for Windows Server 2025 on Kubernetes (click PR number for more information) by @jkroepke in #1731
  • pagefile: BREAKING: move paging metrics from os to dedicated collector (click PR for more information) by @jkroepke in #1735
  • chore: Remove registry based perfdata collector by @jkroepke in #1742

✨ Exciting New Features

🐞 Bug Fixes

πŸ› οΈ Dependencies

  • chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #1675
  • chore(deps): bump github.com/prometheus/common from 0.59.2-0.20240918152650-14bac55a992f to 0.60.0 by @dependabot in #1674
  • chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1 by @dependabot in #1689
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #1701
  • chore(deps): bump github.com/prometheus/common from 0.60.0 to 0.60.1 by @dependabot in #1708
  • chore(deps): bump github.com/Microsoft/hcsshim from 0.12.7 to 0.12.8 by @dependabot in #1707
  • chore(deps): bump github.com/prometheus/exporter-toolkit from 0.13.0 to 0.13.1 by @dependabot in #1717
  • chore(deps): bump github.com/Microsoft/hcsshim from 0.12.8 to 0.12.9 by @dependabot in #1716
  • chore(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot in #1724

πŸ“– Documentation

Other Changes

  • chore: disable quay.io push, since no credentials are available. by @jkroepke in #1733

New Contributors

Full Changelog: v0.29.2...v0.30.0-beta.3

v0.30.0-beta.2

18 Nov 09:46
9f29fc8
Compare
Choose a tag to compare
v0.30.0-beta.2 Pre-release
Pre-release

Technical Preview

windows_exporter is undergoing a modernization. We plan to deliver a stable release by mid-2025, with upcoming changesβ€”including a newly designed Hyper-V collectorβ€”adding value to the official 1.0 stable release.

Windows Management Infrastructure (MI) as a Replacement for Windows Management Instrumentation (WMI)

As of version 0.30.0, windows_exporter no longer uses WMI directly. Instead, it utilizes its successor, Windows Management Infrastructure (MI), available since Windows Server 2012. MI offers several advantages, such as the ability to run queries in parallel.

Performance Data Helpers

windows_exporter 0.30 uses Performance Data Helpers instead grab and parse the binary data from the registry. This change also introduces support for Process V2, which is enabled by default on Windows Server 2022. In conclusion, the code from https://github.com/leoluk/perflib_exporter is removed.

πŸ’₯ Breaking Changes

windows_exporter introduced an other wave of breaking changes. Sorry for that! The reason is that there is not enough maintainer capacity to hold backwards compatibility. Keep in mind, windows_exporter is using semver as versioning strategy and below version 1, backwards compatibility is not necessary.

On plan, this might be the last wave of breaking changes. All modernization steps are done and we are now looking for a stabilization and bugfixes phrase for now.

What's Changed

πŸ’₯ Breaking Changes

  • *: replace --collectors.[name].* with --collector.[name].* flags (click PR number for more information) by @jkroepke in #1659
  • *: Remove teradici_pcoip and vmware_blast collector by @jkroepke in #1686
  • logon: BREAKING: replace wmi query by Win32 API calls and expose detailed logon sessions. (click PR for more information) by @jkroepke in #1687
  • chore: Switch to hostprocess base image and add support for Windows Server 2025 on Kubernetes (click PR number for more information) by @jkroepke in #1731
  • pagefile: BREAKING: move paging metrics from os to dedicated collector (click PR for more information) by @jkroepke in #1735
  • chore: Remove registry based perfdata collector by @jkroepke in #1742

✨ Exciting New Features

🐞 Bug Fixes

  • scheduled_task: fix memory leaks by @jkroepke in #1649
  • collector: add stack trace, if collector panics by @jkroepke in #1650
  • initiate: fix Cannot create another system semaphore error by @jkroepke in #1653
  • initiate: close event log handle by @jkroepke in #1654
  • cpu: add workaround for counter resets related to % Processor Utility metric by @jkroepke in #1637
  • *: don't exclude resources, if empty exclude is empty. by @jkroepke in #1680
  • update: rename updates collector to update by @jkroepke in #1692
  • fix: fail, if unknown collector is defined in enabled list by @jkroepke in #1693
  • tcp: fix panic on collector by @jkroepke in #1699

πŸ› οΈ Dependencies

  • chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #1675
  • chore(deps): bump github.com/prometheus/common from 0.59.2-0.20240918152650-14bac55a992f to 0.60.0 by @dependabot in #1674
  • chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1 by @dependabot in #1689
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #1701
  • chore(deps): bump github.com/prometheus/common from 0.60.0 to 0.60.1 by @dependabot in #1708
  • chore(deps): bump github.com/Microsoft/hcsshim from 0.12.7 to 0.12.8 by @dependabot in #1707
  • chore(deps): bump github.com/prometheus/exporter-toolkit from 0.13.0 to 0.13.1 by @dependabot in #1717
  • chore(deps): bump github.com/Microsoft/hcsshim from 0.12.8 to 0.12.9 by @dependabot in #1716
  • chore(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot in #1724

πŸ“– Documentation

Other Changes

  • chore: disable quay.io push, since no credentials are available. by @jkroepke in #1733

New Contributors

Full Changelog: v0.29.2...v0.30.0-beta.2

v0.30.0-beta.1

14 Nov 22:03
7a9a4e5
Compare
Choose a tag to compare
v0.30.0-beta.1 Pre-release
Pre-release

Technical Preview

windows_exporter is undergoing a modernization. We plan to deliver a stable release by mid-2025, with upcoming changesβ€”including a newly designed Hyper-V collectorβ€”adding value to the official 1.0 stable release.

Windows Management Infrastructure (MI) as a Replacement for Windows Management Instrumentation (WMI)

As of version 0.30.0, windows_exporter no longer uses WMI directly. Instead, it utilizes its successor, Windows Management Infrastructure (MI), available since Windows Server 2012. MI offers several advantages, such as the ability to run queries in parallel.

Performance Data Helpers

When the environment variable WINDOWS_EXPORTER_PERF_COUNTERS_ENGINE=pdh or CLI flag --perfcounter.engine=pdh is set, windows_exporter uses Performance Data Helpers instead of the Registry. This change also introduces support for Process V2, which is enabled by default on Windows Server 2022.

What's Changed

πŸ’₯ Breaking Changes

  • *: replace --collectors.[name].* with --collector.[name].* flags (click PR number for more information) by @jkroepke in #1659
  • *: Remove teradici_pcoip and vmware_blast collector by @jkroepke in #1686
  • logon: BREAKING: replace wmi query by Win32 API calls and expose detailed logon sessions. (click PR for more information) by @jkroepke in #1687
  • chore: Switch to hostprocess base image and add support for Windows Server 2025 on Kubernetes (click PR number for more information) by @jkroepke in #1731
  • pagefile: BREAKING: move paging metrics from os to dedicated collector (click PR for more information) by @jkroepke in #1735

✨ Exciting New Features

🐞 Bug Fixes

  • scheduled_task: fix memory leaks by @jkroepke in #1649
  • collector: add stack trace, if collector panics by @jkroepke in #1650
  • initiate: fix Cannot create another system semaphore error by @jkroepke in #1653
  • initiate: close event log handle by @jkroepke in #1654
  • cpu: add workaround for counter resets related to % Processor Utility metric by @jkroepke in #1637
  • *: don't exclude resources, if empty exclude is empty. by @jkroepke in #1680
  • update: rename updates collector to update by @jkroepke in #1692
  • fix: fail, if unknown collector is defined in enabled list by @jkroepke in #1693
  • tcp: fix panic on collector by @jkroepke in #1699

πŸ› οΈ Dependencies

  • chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #1675
  • chore(deps): bump github.com/prometheus/common from 0.59.2-0.20240918152650-14bac55a992f to 0.60.0 by @dependabot in #1674
  • chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1 by @dependabot in #1689
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #1701
  • chore(deps): bump github.com/prometheus/common from 0.60.0 to 0.60.1 by @dependabot in #1708
  • chore(deps): bump github.com/Microsoft/hcsshim from 0.12.7 to 0.12.8 by @dependabot in #1707
  • chore(deps): bump github.com/prometheus/exporter-toolkit from 0.13.0 to 0.13.1 by @dependabot in #1717
  • chore(deps): bump github.com/Microsoft/hcsshim from 0.12.8 to 0.12.9 by @dependabot in #1716
  • chore(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot in #1724

πŸ“– Documentation

Other Changes

  • chore: disable quay.io push, since no credentials are available. by @jkroepke in #1733

New Contributors

Full Changelog: v0.29.2...v0.30.0-beta.1

v0.30.0-beta.0

09 Nov 11:25
b26ae86
Compare
Choose a tag to compare
v0.30.0-beta.0 Pre-release
Pre-release

Technical Preview

windows_exporter is undergoing a modernization. We plan to deliver a stable release by mid-2025, with upcoming changesβ€”including a newly designed Hyper-V collectorβ€”adding value to the official 1.0 stable release.

Windows Management Infrastructure (MI) as a Replacement for Windows Management Instrumentation (WMI)

As of version 0.30.0, windows_exporter no longer uses WMI directly. Instead, it utilizes its successor, Windows Management Infrastructure (MI), available since Windows Server 2012. MI offers several advantages, such as the ability to run queries in parallel.

Performance Data Helpers

When the environment variable WINDOWS_EXPORTER_PERF_COUNTERS_ENGINE=pdh is set, windows_exporter uses Performance Data Helpers instead of the Registry. This change also introduces support for Process V2, which is enabled by default on Windows Server 2022.

What's Changed

πŸ’₯ Breaking Changes

  • *: replace --collectors.[name].* with --collector.[name].* flags (click PR number for more information) by @jkroepke in #1659
  • *: Remove teradici_pcoip and vmware_blast collector by @jkroepke in #1686
  • logon: BREAKING: replace wmi query by Win32 API calls and expose detailed logon sessions. (click PR for more information) by @jkroepke in #1687

✨ Exciting New Features

  • updates: add windows update collector by @jkroepke in #1652
  • tcp: use GetExtendedTcpTable to display states Closed, Listening, SynSent, SynRcvd, CloseWait, TimeWait ... by @astigmata in #1638
  • net: expose network interfaces address by @jkroepke in #1635
  • chore: Move private packages to internal by @jkroepke in #1664
  • process: Implement PDH collector and add support for Process V2 by @jkroepke in #1666
  • exchange: Use new collector interface by @jkroepke in #1685
  • mi: replace all WMI calls with MI calls by @jkroepke in #1714

🐞 Bug Fixes

  • scheduled_task: fix memory leaks by @jkroepke in #1649
  • collector: add stack trace, if collector panics by @jkroepke in #1650
  • initiate: fix Cannot create another system semaphore error by @jkroepke in #1653
  • initiate: close event log handle by @jkroepke in #1654
  • cpu: add workaround for counter resets related to % Processor Utility metric by @jkroepke in #1637
  • *: don't exclude resources, if empty exclude is empty. by @jkroepke in #1680
  • update: rename updates collector to update by @jkroepke in #1692
  • fix: fail, if unknown collector is defined in enabled list by @jkroepke in #1693
  • tcp: fix panic on collector by @jkroepke in #1699

πŸ› οΈ Dependencies

  • chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #1675
  • chore(deps): bump github.com/prometheus/common from 0.59.2-0.20240918152650-14bac55a992f to 0.60.0 by @dependabot in #1674
  • chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1 by @dependabot in #1689
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #1701
  • chore(deps): bump github.com/prometheus/common from 0.60.0 to 0.60.1 by @dependabot in #1708
  • chore(deps): bump github.com/Microsoft/hcsshim from 0.12.7 to 0.12.8 by @dependabot in #1707
  • chore(deps): bump github.com/prometheus/exporter-toolkit from 0.13.0 to 0.13.1 by @dependabot in #1717
  • chore(deps): bump github.com/Microsoft/hcsshim from 0.12.8 to 0.12.9 by @dependabot in #1716

πŸ“– Documentation

New Contributors

Full Changelog: v0.29.2...v0.30.0-beta.0

v0.28.2

28 Sep 08:54
bf6688c
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • service: [0.28.x] fix panic with NewWithConfig code path by @jkroepke in #1647

Full Changelog: v0.28.1...v0.28.2