-
Notifications
You must be signed in to change notification settings - Fork 366
Comparing changes
Open a pull request
base repository: prometheus/procfs
base: v0.19.2
head repository: prometheus/procfs
compare: v0.20.0
- 16 commits
- 107 files changed
- 8 contributors
Commits on Nov 18, 2025
-
Synchronize common files from prometheus/prometheus (#747)
* Update common Prometheus files Signed-off-by: prombot <[email protected]> * Fixup linting issues. Signed-off-by: SuperQ <[email protected]> --------- Signed-off-by: prombot <[email protected]> Signed-off-by: SuperQ <[email protected]> Co-authored-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 105b939 - Browse repository at this point
Copy the full SHA 105b939View commit details
Commits on Jan 5, 2026
-
Synchronize common files from prometheus/prometheus (#766)
* Update common Prometheus files Signed-off-by: prombot <[email protected]> * Fixup linting issues * Fix Deprecated comments. * Fix package naming exclusion flag. Signed-off-by: SuperQ <[email protected]> --------- Signed-off-by: prombot <[email protected]> Signed-off-by: SuperQ <[email protected]> Co-authored-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6ebb3e - Browse repository at this point
Copy the full SHA a6ebb3eView commit details
Commits on Jan 15, 2026
-
build(deps): bump golang.org/x/sync from 0.17.0 to 0.19.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.17.0 to 0.19.0. - [Commits](golang/sync@v0.17.0...v0.19.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f908a8 - Browse repository at this point
Copy the full SHA 3f908a8View commit details -
build(deps): bump golang.org/x/sys from 0.37.0 to 0.39.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.37.0 to 0.39.0. - [Commits](golang/sys@v0.37.0...v0.39.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05e5a3e - Browse repository at this point
Copy the full SHA 05e5a3eView commit details -
Update common Prometheus files
Signed-off-by: prombot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0da002f - Browse repository at this point
Copy the full SHA 0da002fView commit details
Commits on Jan 16, 2026
-
Fixes: #498 The existing support for /proc/interrupts isn't working because it actually queries /proc/<pid>/interrupts, which does not exist in the /proc filesystem. Change proc_interrupts to query the system-wide /proc/interrupts instead. Signed-off-by: Shaoxuan (Max) Yuan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa51f88 - Browse repository at this point
Copy the full SHA fa51f88View commit details
Commits on Feb 13, 2026
-
Update common Prometheus files (#778)
Signed-off-by: prombot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14ff114 - Browse repository at this point
Copy the full SHA 14ff114View commit details
Commits on Feb 23, 2026
-
Update common Prometheus files (#779)
Signed-off-by: prombot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c5f3ab - Browse repository at this point
Copy the full SHA 0c5f3abView commit details -
Migrate to GitHub actions (#780)
Migrate CI to GitHub Actions. * Update Go to 1.26.x * Update minimum Go version to 1.25.0. * Run dependabot on github actions. * Update golanci-lint version. Signed-off-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf8b2c2 - Browse repository at this point
Copy the full SHA bf8b2c2View commit details -
build(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0 (#782)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.40.0 to 0.41.0. - [Commits](golang/sys@v0.40.0...v0.41.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.41.0 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>
Configuration menu - View commit details
-
Copy full SHA for c2a1f31 - Browse repository at this point
Copy the full SHA c2a1f31View commit details -
Update common Prometheus files (#785)
Signed-off-by: prombot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c33362d - Browse repository at this point
Copy the full SHA c33362dView commit details
Commits on Feb 24, 2026
-
Signed-off-by: Ananth Bhaskararaman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51a5dd2 - Browse repository at this point
Copy the full SHA 51a5dd2View commit details -
build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#781)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 31bc6b6 - Browse repository at this point
Copy the full SHA 31bc6b6View commit details
Commits on Feb 25, 2026
-
feat: parse capabilities in /proc/pid/status (#784)
* feat: parse capabilities in /proc/pid/status --------- Signed-off-by: Boris Ilyushonak <[email protected]> Signed-off-by: Boris Ilyushonak <[email protected]> Co-authored-by: Ben Kochie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5efaf0a - Browse repository at this point
Copy the full SHA 5efaf0aView commit details -
class_cooling_device: ignore EINVAL (etc) when reading files. (#783)
Fixes: #746, fixes prometheus/node_exporter#3420 Some cooling devices return errors when attempting to read state files. When that happens, ignore the error, and skip to the next device rather than failing to return any devices. Signed-off-by: Malcolm Rowe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 091f46c - Browse repository at this point
Copy the full SHA 091f46cView commit details -
Add type and name to the DRM parser class (#672)
* feat: add `devName` and `devType` to DRM GPU stats * fix: don't export empty drm card stats * chore: fail the parsing if name & type invalid --------- Signed-off-by: Deezzir <[email protected]> Co-authored-by: Ben Kochie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fce2bd - Browse repository at this point
Copy the full SHA 8fce2bdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.19.2...v0.20.0