Ben Kochie
fc328244fe
Release v1.10.1 ( #3454 )
...
* [BUGFIX] filesystem: Fix mount points being collected multiple times #3376
* [BUGFIX] filesystem: Refactor mountinfo parsing #3452
* [BUGFIX] meminfo: Add Zswap/Zswapped metrics #3453
Signed-off-by: Ben Kochie <superq@gmail.com>
2 months ago
Ben Kochie
e1ae6ae65b
filesystem: Refactor mountinfo parsing ( #3452 )
...
* filesystem: Refactor mountinfo parsing
Migrate mountinfo parsing to procfs library. This fixes incorrect
parsing introduced by PR #3387 .
Fixes: https://github.com/prometheus/node_exporter/issues/3450
Signed-off-by: Ben Kochie <superq@gmail.com>
* Update fixtures for new infiniband procfs feature.
Signed-off-by: Ben Kochie <superq@gmail.com>
---------
Signed-off-by: Ben Kochie <superq@gmail.com>
2 months ago
Ben Kochie
cc2212bb9b
meminfo: Add Zswap/Zswapped metrics ( #3453 )
...
Add metrics for Zswap and Zswapped to the meminfo collector.
Fixes: https://github.com/prometheus/node_exporter/issues/3449
Signed-off-by: Ben Kochie <superq@gmail.com>
2 months ago
Markus
ef5efb707b
Fix mount points being collected multiple times in filesystem_linux ( #3376 )
...
Signed-off-by: Markus Sütter <markus.suetter@secunet.com>
2 months ago
Ben Kochie
ead70c7ae4
Release v1.10.0 ( #3446 )
...
* [CHANGE] mdadm: Use sysfs for RAID metrics #3031
* [CHANGE] filesystem: Add erofs in default excluded fs #3313
* [CHANGE] tcpstat: Use std lib binary.NativeEndian #3386
* [FEATURE] pcidevice: Add new collector for PCIe devices #3339
* [FEATURE] AIX: Add more metrics #3338
* [FEATURE] systemd: Add Virtualization metrics #3254
* [FEATURE] swaps: Add new collector #3428
* [ENHANCEMENT] filesystem: Take super options into account for read-only #3387
* [ENHANCEMENT] perf: Add tlb_data metrics #3436
* [BUGFIX] interrupts: Fix OpenBSD interrupt device parsing #3288
* [BUGFIX] diskstats: Simplify condition #3290
* [BUGFIX] thermal: Sanitize darwin thermal strings #3294
* [BUGFIX] filesystem: Fix Darwin collector cgo memory leak #3315
* [BUGFIX] ethtool: Fix returning 0 for sanitized metrics #3335
* [BUGFIX] netdev: Fix Darwin netdev i/o bytes metric #3336
* [BUGFIX] systemd: Fix logging race #3364
* [BUGFIX] filesystem: Fix duplicate Darwin CGO import #3391
Signed-off-by: Ben Kochie <superq@gmail.com>
2 months ago
Ben Kochie
c97190330e
Refactor typed metric descriptors ( #3448 )
...
* Remove second implementation of typedDesc.
* Refactor pcidevice Desc vars to be typedDesc.
Signed-off-by: Ben Kochie <superq@gmail.com>
2 months ago
illustris
c16962b93c
diskstats: add fallback to ID_SERIAL for virtio devices ( #3398 )
...
Virtio devices don't have ID_SERIAL_SHORT but do have ID_SERIAL.
This change adds a fallback to use ID_SERIAL when ID_SERIAL_SHORT
is not available, allowing serial numbers to be properly exposed
for virtio block devices.
Also updates test expectations to reflect that devices with only
ID_SERIAL (like mmcblk devices in fixtures) now report their serial
numbers instead of empty strings.
Signed-off-by: illustris <rharikrishnan95@gmail.com>
2 months ago
hysyeah
4835287743
fix: cpufreq collector enable ( #3318 )
...
Signed-off-by: hys <hysyeah@gmail.com>
2 months ago
Bouke van der Bijl
b4a3d2d922
Add wifi packet received and transmitted metrics ( #3382 )
...
Signed-off-by: Bouke van der Bijl <i@bou.ke>
2 months ago
PrometheusBot
524b56c850
Update common Prometheus files ( #3447 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2 months ago
Jain Johny
2f8f920951
additional metrics for pcidevice and id to name conversion ( #3425 )
...
* * Rebase from upstream
* add sriov, power info support and pci id name resolution
Signed-off-by: Jain Johny <jj@asama.ai>
* fix/remove debug lines
Signed-off-by: Jain Johny <jj@asama.ai>
---------
Signed-off-by: Jain Johny <jj@asama.ai>
* add numa_node and missing test output file (#2 )
* add numa_node and missing test output file
Signed-off-by: Jain Johny <jj@asama.ai>
* use c.logger for debug line
Signed-off-by: Jain Johny <jj@asama.ai>
* point to procfs master
Signed-off-by: Jain Johny <jj@asama.ai>
* include device_id in e2e-output pecidevice output
Signed-off-by: Jain Johny <jj@asama.ai>
* fix typo in e2e-output.txt
Signed-off-by: Jain Johny <jj@asama.ai>
* update test cases in e2e-64k-page-output.txt
Signed-off-by: Jain Johny <jj@asama.ai>
* fixing the rebase
Signed-off-by: Jain Johny <jj@asama.ai>
* move power_state to enum metric type, dont emit unavailable metrics
Signed-off-by: Jain Johny <jj@asama.ai>
* change test fixtures for power state change
Signed-off-by: Jain Johny <jj@asama.ai>
* change test fixtures for numa_node change
Signed-off-by: Jain Johny <jj@asama.ai>
---------
Signed-off-by: Jain Johny <jj@asama.ai>
2 months ago
dependabot[bot]
4f4ff38d9b
build(deps): bump github.com/beevik/ntp from 1.4.3 to 1.5.0 ( #3442 )
...
Bumps [github.com/beevik/ntp](https://github.com/beevik/ntp ) from 1.4.3 to 1.5.0.
- [Release notes](https://github.com/beevik/ntp/releases )
- [Changelog](https://github.com/beevik/ntp/blob/main/RELEASE_NOTES.md )
- [Commits](https://github.com/beevik/ntp/compare/v1.4.3...v1.5.0 )
---
updated-dependencies:
- dependency-name: github.com/beevik/ntp
dependency-version: 1.5.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>
2 months ago
dependabot[bot]
1589b29997
build(deps): bump github.com/prometheus/common from 0.66.1 to 0.67.1 ( #3441 )
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.66.1 to 0.67.1.
- [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.66.1...v0.67.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-version: 0.67.1
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>
2 months ago
dependabot[bot]
3068421fb1
build(deps): bump github.com/mdlayher/ethtool from 0.4.1 to 0.5.0 ( #3445 )
...
Bumps [github.com/mdlayher/ethtool](https://github.com/mdlayher/ethtool ) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/mdlayher/ethtool/releases )
- [Commits](https://github.com/mdlayher/ethtool/compare/v0.4.1...v0.5.0 )
---
updated-dependencies:
- dependency-name: github.com/mdlayher/ethtool
dependency-version: 0.5.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>
2 months ago
dependabot[bot]
7ea13dae76
build(deps): bump github.com/prometheus/procfs from 0.17.0 to 0.18.0 ( #3444 )
...
Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs ) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/prometheus/procfs/releases )
- [Commits](https://github.com/prometheus/procfs/compare/v0.17.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/procfs
dependency-version: 0.18.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>
2 months ago
PrometheusBot
5b9db7036a
Update common Prometheus files ( #3423 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
2 months ago
Ben Kochie
61c461ce0a
Modernize codebase ( #3431 )
...
Run Go modernize tool and apply fixes.
Signed-off-by: Ben Kochie <superq@gmail.com>
2 months ago
slicesequal
f3b02df012
chore: fix some typos in comment ( #3399 )
...
Signed-off-by: slicesequal <slicesequal@outlook.com>
2 months ago
Ben Kochie
be0dcd85e2
Rollback FreeBSD version ( #3440 )
...
Rollback to FreeBSD 14.x to avoid breakage in the 15.x pre-release.
Signed-off-by: Ben Kochie <superq@gmail.com>
2 months ago
dependabot[bot]
b7a54fe311
build(deps): bump vmactions/netbsd-vm from 1.1.9 to 1.2.0 ( #3433 )
...
Bumps [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm ) from 1.1.9 to 1.2.0.
- [Release notes](https://github.com/vmactions/netbsd-vm/releases )
- [Commits](d0228be27f...7aea50f9eb )
---
updated-dependencies:
- dependency-name: vmactions/netbsd-vm
dependency-version: 1.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>
2 months ago
Bryan Boreham
dedb4712c8
perf collector: add tlb_data metrics ( #3436 )
...
This lets users see stats on TLB cache hits and misses for data.
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2 months ago
Fabian Deutsch
771c3d458a
Add /proc/swaps collector ( #3428 )
...
* Add /proc/swaps collector
Building on prometheus/procfs#246 this PR is introducing metrics around swap devices.
Today metrics around swap are already available, but they are on the node level.
With this PR, metrics are now available per device.
Relates to: #1890
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
Co-authored-by: claude.ai
---------
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2 months ago
Ben Kochie
b6112eac8a
Update Go version ( #3429 )
...
* Update default builds to Go 1.25.x.
* Bump Go modules.
* Bump FreeBSD action.
* Fixup MacOS e2e test.
* Fixup FreeBSD e2e test.
Signed-off-by: Ben Kochie <superq@gmail.com>
3 months ago
Nemric
b959d48df9
Add erofs in default excluded fs type
...
Signed-off-by: Nemric <56299157+Nemric@users.noreply.github.com>
3 months ago
v-zhuravlev
a7ab16bb29
Fix NodeBondingDegraded alert
...
Signed-off-by: v-zhuravlev <v-zhuravlev@users.noreply.github.com>
3 months ago
PrometheusBot
8da4825e48
Update common Prometheus files ( #3419 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
3 months ago
dependabot[bot]
249eb85805
build(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0 ( #3409 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/sys/compare/v0.35.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-version: 0.36.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]
3c1c506d6c
build(deps): bump github.com/prometheus/client_golang ( #3410 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.23.1 to 1.23.2.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-version: 1.23.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>
3 months ago
dependabot[bot]
d14f393db9
build(deps): bump vmactions/solaris-vm from 1.1.1 to 1.1.5 ( #3415 )
...
* build(deps): bump vmactions/solaris-vm from 1.1.1 to 1.1.5
Bumps [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm ) from 1.1.1 to 1.1.5.
- [Release notes](https://github.com/vmactions/solaris-vm/releases )
- [Commits](cc8f82fa1a...58cbd70c6e )
---
updated-dependencies:
- dependency-name: vmactions/solaris-vm
dependency-version: 1.1.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Don't pkg update in solaris.
Signed-off-by: Ben Kochie <superq@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ben Kochie <superq@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
3 months ago
dependabot[bot]
63a219f75c
build(deps): bump vmactions/netbsd-vm from 1.1.8 to 1.1.9 ( #3417 )
...
* build(deps): bump vmactions/netbsd-vm from 1.1.8 to 1.1.9
Bumps [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm ) from 1.1.8 to 1.1.9.
- [Release notes](https://github.com/vmactions/netbsd-vm/releases )
- [Commits](46a58bbf03...d0228be27f )
---
updated-dependencies:
- dependency-name: vmactions/netbsd-vm
dependency-version: 1.1.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix netbsd setup
Do install and update in a single command.
Signed-off-by: Ben Kochie <superq@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ben Kochie <superq@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
3 months ago
dependabot[bot]
4566369ded
build(deps): bump vmactions/dragonflybsd-vm from 1.1.0 to 1.1.1 ( #3416 )
...
Bumps [vmactions/dragonflybsd-vm](https://github.com/vmactions/dragonflybsd-vm ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/vmactions/dragonflybsd-vm/releases )
- [Commits](e3c420e8a2...ff1f01c32b )
---
updated-dependencies:
- dependency-name: vmactions/dragonflybsd-vm
dependency-version: 1.1.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
dependabot[bot]
3bd5f50305
build(deps): bump vmactions/freebsd-vm from 1.1.9 to 1.2.3 ( #3418 )
...
Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm ) from 1.1.9 to 1.2.3.
- [Release notes](https://github.com/vmactions/freebsd-vm/releases )
- [Commits](8873d98fd1...05856381fa )
---
updated-dependencies:
- dependency-name: vmactions/freebsd-vm
dependency-version: 1.2.3
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]
ae59e263c2
build(deps): bump actions/checkout from 4.2.2 to 5.0.0 ( #3411 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](11bd71901b...08c6903cd8 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
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>
3 months ago
Kemal Akkoyun
18f95ce16a
chore: Upgrade golangci-lint to v2 ( #3303 )
...
* chore: Upgrade golangci-lint to v2
- Migrate the configuration file
- Update the tooling version and CI
- Apply auto-fixes
Signed-off-by: Kemal Akkoyun <kemal.akkoyun@datadoghq.com>
* chore: Upgrade golangci-lint to v2
- Migrate the configuration file
- Update the tooling version and CI
- Apply auto-fixes
Signed-off-by: Kemal Akkoyun <kemal.akkoyun@datadoghq.com>
---------
Signed-off-by: Kemal Akkoyun <kemal.akkoyun@datadoghq.com>
3 months ago
dependabot[bot]
5fcd80addc
build(deps): bump vmactions/openbsd-vm from 1.1.6 to 1.2.0 ( #3414 )
...
* build(deps): bump vmactions/openbsd-vm from 1.1.6 to 1.2.0
Bumps [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm ) from 1.1.6 to 1.2.0.
- [Release notes](https://github.com/vmactions/openbsd-vm/releases )
- [Commits](7ac70b6de6...1e7cc4fa77 )
---
updated-dependencies:
- dependency-name: vmactions/openbsd-vm
dependency-version: 1.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump OpenBSD Go version.
Signed-off-by: Ben Kochie <superq@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ben Kochie <superq@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
3 months ago
Ben Kochie
2a79d5e800
Enable dependabot for actions ( #3406 )
...
Update GitHub actions with dependabot.
Signed-off-by: Ben Kochie <superq@gmail.com>
3 months ago
Ben Kochie
2f980160aa
Update Prometheus libraries ( #3405 )
...
* Bump Prometheus client_golang/common/exporter-toolkit libraries.
* Adapt textfile parser to the new validation scheme.
Signed-off-by: Ben Kochie <superq@gmail.com>
3 months ago
dependabot[bot]
e2161fea58
build(deps): bump github.com/coreos/go-systemd/v22 from 22.5.0 to 22.6.0 ( #3395 )
...
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd ) from 22.5.0 to 22.6.0.
- [Release notes](https://github.com/coreos/go-systemd/releases )
- [Commits](https://github.com/coreos/go-systemd/compare/v22.5.0...v22.6.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-systemd/v22
dependency-version: 22.6.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]
222cccd603
build(deps): bump github.com/mdlayher/ethtool from 0.4.0 to 0.4.1 ( #3394 )
...
Bumps [github.com/mdlayher/ethtool](https://github.com/mdlayher/ethtool ) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/mdlayher/ethtool/releases )
- [Commits](https://github.com/mdlayher/ethtool/compare/v0.4.0...v0.4.1 )
---
updated-dependencies:
- dependency-name: github.com/mdlayher/ethtool
dependency-version: 0.4.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
Ahmed Khaled
6471fa313e
fix dupblicate cgo import, use double instead of Float64 in C function return ( #3391 )
...
Signed-off-by: Ahmed Abdulraziq <ahmed.khaled.abdulraziq@gmail.com>
4 months ago
nicbaz
434fb7d864
filesystem: take super options into account for read-only ( #3387 )
...
* filesystem: take super options into account for read-only
With the latest change implemented to use `mountinfo` instead of
`mounts` there was a regression in filesystem readonly detection
due to super options not taken into account: filesystems that would
previously be marked a "read-only" would not anymore because that
information had moved to super options instead of mount options on
certain occasions.
fixes #3157
Signed-off-by: nicbaz <932244+nicbaz@users.noreply.github.com>
* filesystem: use faster integer to string implementation
Signed-off-by: nicbaz <932244+nicbaz@users.noreply.github.com>
---------
Signed-off-by: nicbaz <932244+nicbaz@users.noreply.github.com>
4 months ago
Daniel Swarbrick
b4c3b68ee1
Merge pull request #3386 from dswarbrick/native
...
tcpstat: use std lib binary.NativeEndian instead of third-party package
4 months ago
Daniel Swarbrick
9caf48f9fa
tcpstat: use std lib binary.NativeEndian
...
Use standard lib binary.NativeEndian instead of third-party package.
Supported since Go 1.21.
Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
4 months ago
Ben Kochie
be19d537cd
Fix Go minimum version ( #3378 )
...
Update `github.com/safchain/ethtool` to fix Go 1.23.x backwards
compatibility.
Signed-off-by: Ben Kochie <superq@gmail.com>
4 months ago
dependabot[bot]
e2f4986c64
build(deps): bump github.com/opencontainers/selinux ( #3300 )
...
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux ) from 1.11.1 to 1.12.0.
- [Release notes](https://github.com/opencontainers/selinux/releases )
- [Commits](https://github.com/opencontainers/selinux/compare/v1.11.1...v1.12.0 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/selinux
dependency-version: 1.12.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]
7a62ec931e
build(deps): bump github.com/prometheus/client_golang ( #3370 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.21.1 to 1.23.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.21.1...v1.23.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-version: 1.23.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]
2a25c1f8f8
build(deps): bump github.com/mdlayher/wifi from 0.5.0 to 0.6.0 ( #3372 )
...
Bumps [github.com/mdlayher/wifi](https://github.com/mdlayher/wifi ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/mdlayher/wifi/releases )
- [Commits](https://github.com/mdlayher/wifi/compare/v0.5.0...v0.6.0 )
---
updated-dependencies:
- dependency-name: github.com/mdlayher/wifi
dependency-version: 0.6.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]
744cee7e19
build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 ( #3369 )
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.64.0 to 0.65.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md )
- [Commits](https://github.com/prometheus/common/compare/v0.64.0...v0.65.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-version: 0.65.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]
a8ec35353f
build(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 ( #3371 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.33.0 to 0.34.0.
- [Commits](https://github.com/golang/sys/compare/v0.33.0...v0.34.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-version: 0.34.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
Bryan Boreham
b57f5bab2d
Fix logging race in systemd_linux.go ( #3364 )
...
The same variable was used for timing every parallel operation.
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
5 months ago