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.13.0
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.14.0
Choose a head ref
  • 13 commits
  • 37 files changed
  • 6 contributors

Commits on Mar 14, 2024

  1. Update common Prometheus files (#613)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    aa18116 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Update common Prometheus files (#615)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f7c2619 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Update common Prometheus files

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored and discordianfish committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6bba74b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Update common Prometheus files

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored and discordianfish committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c5ada8d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Revert add avgRTT to nfs mountstats #487 (#625)

    This is an artificiality computed value from existing values. The goal
    of this library is to provide simple raw access to values, rather than
    pre-compute data.
    
    Reverts: #487
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5819c81 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. style: returns procfs build-in error like other parsing methods (#630)

    Signed-off-by: weidongkl <weidong@uniontech.com>
    weidongkl authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3387ec6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. update MAINTAINERS.md (#629)

    Fixes #628
    
    Signed-off-by: Paul Gier <paul.gier@datastax.com>
    pgier authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    eac8540 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. *: s/(%v|%s)/%w and use go1.20 (#617)

    * *: `s/(%v|%s)/%w` for all `fmt.Errorf` errors
    
    The `%w` verb was introduced in `go1.20` which allows for error
    wrapping. However, even though the minimum supported version was
    specified as `go1.19` there are already sparse occurences of the `%w`
    verb throughout the codebase. Hence it's safe to move the minimum
    supported version to `go1.20` since its constructs have been in use
    within the repository for a while now.
    
    Refer: https://go.dev/doc/go1.20#errors
    Fixes: #519
    Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
    
    * chore: Specify minimum Golang version as `1.20`
    
    PTAL at the previous commit (d559fd9) for more details.
    
    Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
    
    * fixup! chore: Specify minimum Golang version as `1.20`
    
    Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
    rexagod authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    69fc8f6 View commit details
    Browse the repository at this point in the history
  2. Update Go versions

    * Update minimum Go to 1.21.
    * Update testing to include Go 1.22.
    * Update Go modules.
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    faa3526 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. chore: Use kernel-compliant types for {U,G}IDs (#620)

    As defined in the `torvalds/linux` git tree, `uidgid_types.h`:
    https://github.com/torvalds/linux/blob/8e938e39866920ddc266898e6ae1fffc5c8f51aa/include/linux/uidgid_types.h#L8
    
    Fixes: #372
    
    Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
    rexagod authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0fdebd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge pull request #632 from prometheus/superq/1.22

    Update Go versions
    simonpasquier authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ee70db2 View commit details
    Browse the repository at this point in the history
  2. fix: same TCP connection appears twice (#631)

    ```
    TCP, TCP6, UDP, and UDP6 are dynamically changing,
    and when we read these files, we should read them all at once.
    there will be data consistency issues if using line by lin reading
    
    fix: #576
    ```
    
    Signed-off-by: weidongkl <weidong@uniontech.com>
    weidongkl authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    987bedc View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Revert "fix: same TCP connection appears twice (#631)" (#633)

    This reverts commit 987bedc.
    SuperQ authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6bec248 View commit details
    Browse the repository at this point in the history
Loading