Skip to content

Tags: prometheus/procfs

Tags

v0.19.2

Toggle v0.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Use base16 to convert pci sriov_vf_device (#762)

* base16 for sriov vf device

Signed-off-by: Jain Johny <[email protected]>

* log device location on error

Signed-off-by: Jain Johny <[email protected]>

* fix test case

Signed-off-by: Jain Johny <[email protected]>

---------

Signed-off-by: Jain Johny <[email protected]>

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
meminfo: Fix ZswappedBytes (#759)

Fix assignment of ZswappedBytes parsing.
* Add tests.
* Migrate `meminfo_test.go` to `cmp` package.

Fixes: #758

Signed-off-by: SuperQ <[email protected]>

v0.19.0

Toggle v0.19.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: expose MD raid component devices (#674)

* Support parse raid type for mdstat

Note: rebased on top of master for reformatting

Signed-off-by: Singee <[email protected]>
Signed-off-by: Robin H. Johnson <[email protected]>

* support linear type in mdstat

Note: rebased on top of master for reformatting

Signed-off-by: Singee <[email protected]>
Signed-off-by: Robin H. Johnson <[email protected]>

* change default type to unknown

Note: rebased on top of master for reformatting

Signed-off-by: Singee <[email protected]>
Signed-off-by: Robin H. Johnson <[email protected]>

* optimize raid type check

Signed-off-by: Singee <[email protected]>

* feat: expose MD raid component devices

Expose what component devices are part of a MD raid device, as well as the most
common flags per-component. This will enable a future node_exporter metric
showing which component of a RAID had failed.

Signed-off-by: Robin H. Johnson <[email protected]>
Signed-off-by: Robin H. Johnson <[email protected]>

* fix: update mdstat_test for reshaping testcase

Signed-off-by: Robin H. Johnson <[email protected]>

* doc: lint fix

Signed-off-by: Robin H. Johnson <[email protected]>

---------

Signed-off-by: Singee <[email protected]>
Signed-off-by: Robin H. Johnson <[email protected]>
Signed-off-by: Robin H. Johnson <[email protected]>
Signed-off-by: Robin H. Johnson <[email protected]>
Co-authored-by: Singee <[email protected]>

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add netfilter queue support (#677)

* add netfilter queue support

Signed-off-by: Konstantin Kuklin <[email protected]>

* fixed copyright year

Signed-off-by: Konstantin Kuklin <[email protected]>

---------

Signed-off-by: Konstantin Kuklin <[email protected]>

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix linting issues (#734)

Fixup linting issues in `sysfs/net_class_ecn.go`.

Signed-off-by: SuperQ <[email protected]>

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
infiniband: do not make assumptions about counters based on HCA name (#…

…678)

Some users have reported cases of systemd "predictable network interface
naming" apparently also renaming the HCA device. This means we can no
longer make assumptions about which counter(s) should be present based
on the HCA name (i.e., irdma*, mlx5_*). The previous approach was quite
brittle anyway, since there will undoubtedly be other IB / RoCE drivers
in future which implement the hw_counters directory (but not the older
counters directory).

Signed-off-by: Daniel Swarbrick <[email protected]>
Signed-off-by: Ben Kochie <[email protected]>
Co-authored-by: Ben Kochie <[email protected]>

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 (#703)

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.29.0 to 0.30.0.
- [Commits](golang/sys@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.15.1

Toggle v0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
enable testifylint linter (#643)

Signed-off-by: Matthieu MOREL <[email protected]>

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/sys from 0.19.0 to 0.20.0 (#639)

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.19.0 to 0.20.0.
- [Commits](golang/sys@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "fix: same TCP connection appears twice (#631)" (#633)

This reverts commit 987bedc.