Shashwat Hiregoudar
2fe75e1824
Update NVMe namespace size metric value
...
Signed-off-by: Shashwat Hiregoudar <shashwathiregoudar@gmail.com>
3 months ago
Shashwat Hiregoudar
2a166b3e7f
Update Go version from 1.25.0 to 1.26
...
Signed-off-by: Shashwat Hiregoudar <shashwathiregoudar@gmail.com>
3 months ago
Shashwat Hiregoudar
4720bcc683
Update procfs dependency version in go.sum
...
Signed-off-by: Shashwat Hiregoudar <shashwathiregoudar@gmail.com>
3 months ago
Shashwat Hiregoudar
ea12a368a7
Update github.com/prometheus/procfs version
...
Updated the version of github.com/prometheus/procfs to v0.20.1.
Signed-off-by: Shashwat Hiregoudar <shashwathiregoudar@gmail.com>
3 months ago
Shashwat Hiregoudar
d07acf9bdc
go mod tidy
...
go mod tidy
Signed-off-by: Shashwat Hiregoudar <shashwathiregoudar@gmail.com>
3 months ago
Shashwat Hiregoudar
98d6cf7fbb
refactor: uprated procfs
...
refactor: use updated library to collect NVMe namespace metrics directly from structured data instead of manual sysfs parsing.
Signed-off-by: Shashwat Hiregoudar <shashwat.h@flipkart.com>
3 months ago
Shashwat Hiregoudar
56ab2f645e
Merge branch 'master' into master
3 months ago
dependabot[bot]
0a31248d7b
build(deps): bump github.com/prometheus/exporter-toolkit ( #3560 )
...
Bumps [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit ) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/prometheus/exporter-toolkit/releases )
- [Commits](https://github.com/prometheus/exporter-toolkit/compare/v0.15.0...v0.15.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/exporter-toolkit
dependency-version: 0.15.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
Jan Fajerski
c9d0b08ed6
make devices in network graphs configurable ( #3525 )
...
* rules: introduce instance:node_network_receive_bytes_physical:rate recording rule
This rule uses a user configurable selector with a sane default. That
allows users to customize what network devices they want to aggregate.
Fixes: https://github.com/prometheus/node_exporter/issues/3524
Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
* use dashboard: don't show virtual network links in network graphs
Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
---------
Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
3 months ago
PrometheusBot
8ec8f28442
Update common Prometheus files ( #3562 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
3 months ago
dependabot[bot]
e676331cf3
build(deps): bump github.com/prometheus/procfs from 0.19.2 to 0.20.0 ( #3558 )
...
Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs ) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/prometheus/procfs/releases )
- [Commits](https://github.com/prometheus/procfs/compare/v0.19.2...v0.20.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/procfs
dependency-version: 0.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
dependabot[bot]
3207942921
build(deps): bump github.com/mdlayher/ethtool from 0.5.0 to 0.5.1 ( #3559 )
...
Bumps [github.com/mdlayher/ethtool](https://github.com/mdlayher/ethtool ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/mdlayher/ethtool/releases )
- [Commits](https://github.com/mdlayher/ethtool/compare/v0.5.0...v0.5.1 )
---
updated-dependencies:
- dependency-name: github.com/mdlayher/ethtool
dependency-version: 0.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
Ben Kochie
06e2027fe7
Update Go ( #3561 )
...
* Update Go to 1.26.x.
* Update minimum Go version to 1.25.0.
* Use Go direct download for OpenBSD.
Signed-off-by: Ben Kochie <superq@gmail.com>
3 months ago
dependabot[bot]
be92d50a54
build(deps): bump github.com/jsimonetti/rtnetlink/v2 from 2.1.0 to 2.2.0 ( #3557 )
...
Bumps [github.com/jsimonetti/rtnetlink/v2](https://github.com/jsimonetti/rtnetlink ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/jsimonetti/rtnetlink/releases )
- [Commits](https://github.com/jsimonetti/rtnetlink/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: github.com/jsimonetti/rtnetlink/v2
dependency-version: 2.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
PrometheusBot
bffaeacd0f
Synchronize common files from prometheus/prometheus ( #3553 )
...
* Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
* Fix lint issue
> S1009: should omit nil check; len() for nil slices is defined as zero
Signed-off-by: Ben Kochie <superq@gmail.com>
---------
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Signed-off-by: Ben Kochie <superq@gmail.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
3 months ago
prombot
32a71803d2
Update common Prometheus files
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
3 months ago
Ingmar Stein
b5966ca70e
feat: add support for CPU temperature metrics on Apple Silicon ( #3547 )
...
Signed-off-by: Ingmar Stein <490610+IngmarStein@users.noreply.github.com>
3 months ago
Sagi Grimberg
29f6ec0a66
mountstats/linux: fix multiple transports statistics labeling ( #3358 )
...
When mounting nfs with nconnect, mountstats will show multiple transports.
Currently the mountstats exporter fails to create metrics from this information
due to repeated entries.
Fix this by adding transport metrics a "transport" label enumerating their
order in the mountstats output.
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
3 months ago
Anvesh Jaggapatruni
e8812553ac
netlink: add node_network_altnames metric ( #3541 )
...
Signed-off-by: Anvesh J <ajaggapa@redhat.com>
4 months ago
dependabot[bot]
45e770fe5e
build(deps): bump github.com/opencontainers/selinux ( #3492 )
...
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux ) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/opencontainers/selinux/releases )
- [Commits](https://github.com/opencontainers/selinux/compare/v1.13.0...v1.13.1 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/selinux
dependency-version: 1.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
Ben Kochie
07a60db981
Bump BSD actions ( #3548 )
...
Bump BSD Go versions and `vmactions/netbsd-vm`.
Signed-off-by: Ben Kochie <superq@gmail.com>
4 months ago
dependabot[bot]
6ba05bfe57
build(deps): bump github.com/godbus/dbus/v5 from 5.2.0 to 5.2.2 ( #3531 )
...
Bumps [github.com/godbus/dbus/v5](https://github.com/godbus/dbus ) from 5.2.0 to 5.2.2.
- [Release notes](https://github.com/godbus/dbus/releases )
- [Commits](https://github.com/godbus/dbus/compare/v5.2.0...v5.2.2 )
---
updated-dependencies:
- dependency-name: github.com/godbus/dbus/v5
dependency-version: 5.2.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
f15c1e84f1
build(deps): bump github.com/mdlayher/wifi from 0.7.1 to 0.7.2 ( #3534 )
...
Bumps [github.com/mdlayher/wifi](https://github.com/mdlayher/wifi ) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/mdlayher/wifi/releases )
- [Commits](https://github.com/mdlayher/wifi/compare/v0.7.1...v0.7.2 )
---
updated-dependencies:
- dependency-name: github.com/mdlayher/wifi
dependency-version: 0.7.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
aff1d10c4b
build(deps): bump actions/checkout from 5.0.0 to 6.0.2 ( #3537 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5.0.0 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...de0fac2e4500dabe0009e67214ff5f5447ce83dd )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
368a4794d8
build(deps): bump github.com/coreos/go-systemd/v22 from 22.6.0 to 22.7.0 ( #3533 )
...
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd ) from 22.6.0 to 22.7.0.
- [Release notes](https://github.com/coreos/go-systemd/releases )
- [Commits](https://github.com/coreos/go-systemd/compare/v22.6.0...v22.7.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-systemd/v22
dependency-version: 22.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
31af41aa69
build(deps): bump actions/setup-go from 6.1.0 to 6.2.0 ( #3539 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](4dc6199c7b...7a3fe6cf4c )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
b2dcdfb26c
build(deps): bump vmactions/solaris-vm from 1.1.5 to 1.2.7 ( #3535 )
...
Bumps [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm ) from 1.1.5 to 1.2.7.
- [Release notes](https://github.com/vmactions/solaris-vm/releases )
- [Commits](58cbd70c6e...37d40b6627 )
---
updated-dependencies:
- dependency-name: vmactions/solaris-vm
dependency-version: 1.2.7
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
8e50d13e3d
build(deps): bump vmactions/dragonflybsd-vm from 1.1.4 to 1.2.2 ( #3536 )
...
Bumps [vmactions/dragonflybsd-vm](https://github.com/vmactions/dragonflybsd-vm ) from 1.1.4 to 1.2.2.
- [Release notes](https://github.com/vmactions/dragonflybsd-vm/releases )
- [Commits](4ffb90652b...00c5014f55 )
---
updated-dependencies:
- dependency-name: vmactions/dragonflybsd-vm
dependency-version: 1.2.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
788aed134e
build(deps): bump vmactions/freebsd-vm from 1.3.7 to 1.3.8 ( #3538 )
...
Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm ) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/vmactions/freebsd-vm/releases )
- [Commits](a9c0dcaf5e...ba6bedee4a )
---
updated-dependencies:
- dependency-name: vmactions/freebsd-vm
dependency-version: 1.3.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
c8695b426a
build(deps): bump github.com/prometheus/common from 0.67.2 to 0.67.5 ( #3532 )
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.67.2 to 0.67.5.
- [Release notes](https://github.com/prometheus/common/releases )
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/common/compare/v0.67.2...v0.67.5 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-version: 0.67.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
PrometheusBot
b167b7de0c
Update common Prometheus files ( #3529 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
4 months ago
Ben Kochie
6a3051acd6
Update Go modules ( #3519 )
...
* Update deps for selinux library, they don't keep things up-to-date.
* Update cpu collector to use standard library `maps`.
Signed-off-by: Ben Kochie <superq@gmail.com>
4 months ago
PrometheusBot
acc08379f2
Update common Prometheus files ( #3521 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
4 months ago
Ben Kochie
ecb200e716
Bump freebsd action ( #3520 )
...
Update `vmactions/freebsd-vm` and update to FreeBSD 15.0.
Signed-off-by: Ben Kochie <superq@gmail.com>
4 months ago
dependabot[bot]
48c5b1e085
build(deps): bump github.com/mdlayher/wifi from 0.7.0 to 0.7.1 ( #3491 )
...
Bumps [github.com/mdlayher/wifi](https://github.com/mdlayher/wifi ) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/mdlayher/wifi/releases )
- [Commits](https://github.com/mdlayher/wifi/compare/v0.7.0...v0.7.1 )
---
updated-dependencies:
- dependency-name: github.com/mdlayher/wifi
dependency-version: 0.7.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
c54d81a4ec
build(deps): bump vmactions/openbsd-vm from 1.2.3 to 1.2.4 ( #3490 )
...
Bumps [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/vmactions/openbsd-vm/releases )
- [Commits](a254d784d6...7fd5a3e251 )
---
updated-dependencies:
- dependency-name: vmactions/openbsd-vm
dependency-version: 1.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
880c3e43af
build(deps): bump github.com/safchain/ethtool from 0.6.2 to 0.7.0 ( #3493 )
...
Bumps [github.com/safchain/ethtool](https://github.com/safchain/ethtool ) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/safchain/ethtool/releases )
- [Commits](https://github.com/safchain/ethtool/compare/v0.6.2...v0.7.0 )
---
updated-dependencies:
- dependency-name: github.com/safchain/ethtool
dependency-version: 0.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
627fc93339
build(deps): bump github.com/godbus/dbus/v5 from 5.1.0 to 5.2.0 ( #3495 )
...
Bumps [github.com/godbus/dbus/v5](https://github.com/godbus/dbus ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/godbus/dbus/releases )
- [Commits](https://github.com/godbus/dbus/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: github.com/godbus/dbus/v5
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
fbbe0ec382
build(deps): bump vmactions/dragonflybsd-vm from 1.1.1 to 1.1.4 ( #3488 )
...
Bumps [vmactions/dragonflybsd-vm](https://github.com/vmactions/dragonflybsd-vm ) from 1.1.1 to 1.1.4.
- [Release notes](https://github.com/vmactions/dragonflybsd-vm/releases )
- [Commits](ff1f01c32b...4ffb90652b )
---
updated-dependencies:
- dependency-name: vmactions/dragonflybsd-vm
dependency-version: 1.1.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
f903be5638
build(deps): bump vmactions/netbsd-vm from 1.2.0 to 1.2.3 ( #3487 )
...
Bumps [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm ) from 1.2.0 to 1.2.3.
- [Release notes](https://github.com/vmactions/netbsd-vm/releases )
- [Commits](7aea50f9eb...b24ed5f7a6 )
---
updated-dependencies:
- dependency-name: vmactions/netbsd-vm
dependency-version: 1.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
f2409bd465
build(deps): bump vmactions/freebsd-vm from 1.2.4 to 1.2.8 ( #3486 )
...
Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm ) from 1.2.4 to 1.2.8.
- [Release notes](https://github.com/vmactions/freebsd-vm/releases )
- [Commits](487ce35b96...0cd283ca69 )
---
updated-dependencies:
- dependency-name: vmactions/freebsd-vm
dependency-version: 1.2.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
Willian Paixao
f09a706b76
feat(mixin): add "All" option to cluster variable in dashboards
...
Enable the cluster variable to support an "All" option in Grafana
dashboards, allowing users to view metrics across all clusters or
in environments where the cluster label may be missing.
Changes:
- Add includeAll with allValue=".*" to cluster variable definitions
- Change all PromQL queries from exact matching (cluster="$cluster")
to regex matching (cluster=~"$cluster")
Affected dashboards:
- Node Exporter / Nodes (Linux, Darwin, AIX)
- USE Method / Node
- USE Method / Cluster
Signed-off-by: Willian Paixao <willian@ufpa.br>
4 months ago
Shashwat Hiregoudar
8181d6cec4
Merge branch 'master' into master
5 months ago
Markus Boehme
53186b30e3
Fix kernel_hung metric description
...
Fix the description of the kernel_hung metric to actually describe the
number of hung tasks, not the number of interrupts serviced.
Signed-off-by: Markus Boehme <markus.boehme@mailbox.org>
5 months ago
RockWolf
b644734d06
fix(netdev): respect deviceFilter for node_network_address_info metric
...
Signed-off-by: RockWolf <git@rockwolf.eu>
5 months ago
Shashwat Hiregoudar
e18b51a90d
Merge branch 'master' into master
6 months ago
dependabot[bot]
b306b639e1
build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 ( #3481 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.43.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
ScarletBlizzard
819c370597
Add collector for hung_task_detect_count ( #3470 )
...
* Add collector for hung_task_detect_count
---------
Signed-off-by: ScarletBlizzard <mesushkov@gmail.com>
7 months ago
dongjiang
f3154c9776
Add hw_counters metrics for infiniband device. ( #2827 )
...
* add hwcounters for infiniband
---------
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
7 months ago
dependabot[bot]
e62d5975cb
build(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0 ( #3476 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.37.0 to 0.38.0.
- [Commits](https://github.com/golang/sys/compare/v0.37.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-version: 0.38.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 months ago