Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prometheus/procfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.2
Choose a base ref
...
head repository: prometheus/procfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.0
Choose a head ref
  • 16 commits
  • 107 files changed
  • 8 contributors

Commits on Nov 18, 2025

  1. 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]>
    prombot and SuperQ authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    105b939 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. 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]>
    prombot and SuperQ authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    a6ebb3e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. 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]>
    dependabot[bot] authored and discordianfish committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    3f908a8 View commit details
    Browse the repository at this point in the history
  2. 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]>
    dependabot[bot] authored and discordianfish committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    05e5a3e View commit details
    Browse the repository at this point in the history
  3. Update common Prometheus files

    Signed-off-by: prombot <[email protected]>
    prombot authored and discordianfish committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    0da002f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. Fix /proc/interrupts

    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]>
    ffyuanda authored and discordianfish committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    fa51f88 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Update common Prometheus files (#778)

    Signed-off-by: prombot <[email protected]>
    prombot authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    14ff114 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Update common Prometheus files (#779)

    Signed-off-by: prombot <[email protected]>
    prombot authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    0c5f3ab View commit details
    Browse the repository at this point in the history
  2. 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]>
    SuperQ authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    bf8b2c2 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    c2a1f31 View commit details
    Browse the repository at this point in the history
  4. Update common Prometheus files (#785)

    Signed-off-by: prombot <[email protected]>
    prombot authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    c33362d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. init bcachefs support (#750)

    Signed-off-by: Ananth Bhaskararaman <[email protected]>
    ananthb authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    51a5dd2 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    31bc6b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. 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]>
    biscout42 and SuperQ authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    5efaf0a View commit details
    Browse the repository at this point in the history
  2. 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]>
    malcolmr authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    091f46c View commit details
    Browse the repository at this point in the history
  3. 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]>
    Deezzir and SuperQ authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    8fce2bd View commit details
    Browse the repository at this point in the history
Loading