node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
Bumps [github.com/jsimonetti/rtnetlink/v2](https://github.com/jsimonetti/rtnetlink) from 2.0.2 to 2.0.3. Release notes Sourced from github.com/jsimonetti/rtnetlink/v2's releases. v2.0.3 What's Changed build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in jsimonetti/rtnetlink#228 build(deps): bump golangci/golangci-lint-action from...
Bumps [github.com/mdlayher/ethtool](https://github.com/mdlayher/ethtool) from 0.2.0 to 0.4.0. Release notes Sourced from github.com/mdlayher/ethtool's releases. v0.4.0 What's Changed Add support for updating linkmodesAdd link modes by @nwaples in mdlayher/ethtool#40 New Contributors @nwaples made...
Bumps [github.com/safchain/ethtool](https://github.com/safchain/ethtool) from 0.5.10 to 0.6.1. Release notes Sourced from github.com/safchain/ethtool's releases. v0.6.1 What's Changed fix: add StatsWithBuffer method for optimized stats retrieval by @ritwikranjan in safchain/ethtool#106 New Contributors @ritwikranjan...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.21.1 to 1.22.0. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.22.0 - 2025-04-07 :warning: This release contains potential breaking change if you use experimental zstd support introduce in...
The warning is not true since #2322. I would also propose to enable it by default
- Migrate the configuration file - Update the tooling version and CI - Apply auto-fixes Supersedes #3302 xref: https://github.com/prometheus/prometheus/pull/16356 Signed-off-by: Kemal Akkoyun
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.11.1 to 1.12.0. Release notes Sourced from github.com/opencontainers/selinux's releases. v1.12.0 This release removes deprecated functions from the label package, and improves documentation and error reporting of SetCreateKey....
Propagating changes from prometheus/prometheus default branch.
When enabling the `network_address_info` (using `--collector.netdev.address-info`) the `--collector.netdev.{device-exlude,device-include}` flags are currently not respected. This fix might be considered a breaking change.
The link status of PCIe devices sometimes changes, like link or speed downgrades, and devices disappear. This patch collects PCIe devices' link infromation to detect such failures. As a first...