-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update module github.com/prometheus-community/windows_exporter to v0.30.1 #37374
base: main
Are you sure you want to change the base?
fix(deps): update module github.com/prometheus-community/windows_exporter to v0.30.1 #37374
Conversation
|
@@ -1,277 +0,0 @@ | |||
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diffs do not look correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i've re-triggered renovate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still the same, I guess this branch needs a manual make gotidy
3700ca3
to
b8f844e
Compare
This PR contains the following updates:
v0.27.2
->v0.30.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
prometheus-community/windows_exporter (github.com/prometheus-community/windows_exporter)
v0.30.1
Compare Source
What's Changed
🐞 Bug Fixes
📖 Documentation
Full Changelog: prometheus-community/windows_exporter@v0.30.0...v0.30.1
v0.30.0
Compare Source
Information
During the development of version 0.30, the
windows_exporter
underwent significant modernization. We plan to deliver a stable release by mid-2025, with upcoming changes—including a newly designed Hyper-V collector—enhancing the value of the official 1.0 stable release.✨ Breaking Changes
windows_exporter
introduced another wave of breaking changes due to limited maintainer capacity to maintain backward compatibility. Please note thatwindows_exporter
uses Semantic Versioning (semver), and backward compatibility is not guaranteed for versions below 1.0.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 leverages its successor, Windows Management Infrastructure (MI), available since Windows Server 2012. MI provides several advantages, such as the ability to run queries in parallel.New Hyper-V collector
The Hyper-V collector got a full rewrite and now using Performance Data API instead WMI. This should result into a faster collect time. However, a lot metric names has been changed.
Performance Data Helpers
windows_exporter
0.30 uses Performance Data Helpers instead of parsing binary data directly from the registry. This update also introduces support for Process V2, which is enabled by default on Windows Server 2022. Due to known issues with the Process V1 collector, the registry-based collector remains in use.Windows Server 2025
In version 0.30,
windows_exporter
adopts a new Docker base image: mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image. This new Docker image eliminates the need to build dedicated images for each version of Windows OS.performancecounter Collector
windows_exporter
now supports a generic performancecounter collector. This new collector allows users to extend monitoring capabilities independently. Please note that theperformancecounter
collector is still in an experimental state.What's Changed
💥 Breaking Changes
--collectors.[name].*
with--collector.[name].*
flags (click PR number for more information) by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1659teradici_pcoip
andvmware_blast
collector by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1686windows_system_system_up_time
towindows_system_boot_time_timestamp_seconds
by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1784✨ Exciting New Features
🐞 Bug Fixes
% Processor Utility
metric by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1637updates
collector toupdate
by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1692% Guest Idle Time
performance counters (introduced in 0.30.0-beta.4) by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1785🛠️ Dependencies
📖 Documentation
Other Changes
New Contributors
Full Changelog: prometheus-community/windows_exporter@v0.29.2...v0.30.0
v0.29.2
Compare Source
What's Changed
✨ Exciting New Features
Full Changelog: prometheus-community/windows_exporter@v0.29.1...v0.29.2
v0.29.1
Compare Source
What's Changed
✨ Exciting New Features
🐞 Bug Fixes
📖 Documentation
Full Changelog: prometheus-community/windows_exporter@v0.29.0...v0.29.1
v0.29.0
Compare Source
What's Changed
💥 Breaking Changes
ADD_FIREWALL_EXCEPTION
withADDLOCAL=FirewallException
by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1611✨ Exciting New Features
🐞 Bug Fixes
🛠️ Dependencies
📖 Documentation
Full Changelog: prometheus-community/windows_exporter@v0.28.1...v0.29.0
v0.28.2
Compare Source
What's Changed
🐞 Bug Fixes
Full Changelog: prometheus-community/windows_exporter@v0.28.1...v0.28.2
v0.28.1
Compare Source
What's Changed
✨ Exciting New Features
🐞 Bug Fixes
Full Changelog: prometheus-community/windows_exporter@v0.28.0...v0.28.1
v0.28.0
Compare Source
What's Changed
💥 Breaking Changes
creating_process_id
label from all process metric (click here for more information) by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1592✨ Exciting New Features
🐞 Bug Fixes
🛠️ Dependencies
📖 Documentation
Full Changelog: prometheus-community/windows_exporter@v0.27.2...v0.28.0
v0.27.3
Compare Source
What's Changed
🐞 Bug Fixes
Full Changelog: prometheus-community/windows_exporter@v0.27.2...v0.27.3
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.