-
Notifications
You must be signed in to change notification settings - Fork 364
Comparing changes
Open a pull request
base repository: prometheus/procfs
base: v0.17.0
head repository: prometheus/procfs
compare: v0.18.0
- 17 commits
- 225 files changed
- 12 contributors
Commits on Aug 2, 2025
-
chore: clean up golangci-lint configuration (#720)
Signed-off-by: Matthieu MOREL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d1fd88 - Browse repository at this point
Copy the full SHA 0d1fd88View commit details -
chore: enable errorlint linter (#742)
Signed-off-by: Matthieu MOREL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53e9e67 - Browse repository at this point
Copy the full SHA 53e9e67View commit details
Commits on Sep 17, 2025
-
* Modify proc_statm_test notes Signed-off-by: zhiyuan.zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56c0445 - Browse repository at this point
Copy the full SHA 56c0445View commit details -
Signed-off-by: dongjiang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff79b12 - Browse repository at this point
Copy the full SHA ff79b12View commit details -
Signed-off-by: dongjiang1989 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe2a91d - Browse repository at this point
Copy the full SHA fe2a91dView commit details -
Update common Prometheus files
Signed-off-by: prombot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91dd824 - Browse repository at this point
Copy the full SHA 91dd824View commit details -
net_dev_snmp6: directory traversal
Fix a theoretical directory traversal to silence security scanners in our vendor/ directory. Signed-off-by: Lukas Zapletal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cf8505 - Browse repository at this point
Copy the full SHA 1cf8505View commit details
Commits on Oct 17, 2025
-
Continue on EINVAL for sas_phy sysfs files (#749)
Signed-off-by: Brock Johnson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 420c8cc - Browse repository at this point
Copy the full SHA 420c8ccView commit details -
Add compact metrics to vmstat (#754)
Signed-off-by: Charles <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab5187b - Browse repository at this point
Copy the full SHA ab5187bView commit details
Commits on Oct 18, 2025
-
Update supported Go versions. (#755)
* Update minimum supported version to 1.24.0. * Update CI tests for latest Go versions. * Run Go modernize. Signed-off-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f4b14c - Browse repository at this point
Copy the full SHA 2f4b14cView commit details -
chore: enable several rules from go-critic (#741)
* chore: enable-all rules from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable assignOp rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable captLocal rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable elseif rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable emptyStringTest rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable ifElseChain rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable regexpSimplify rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable stringsCompare rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable stringXbytes rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable sloppyReassign rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> --------- Signed-off-by: Matthieu MOREL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38a61f6 - Browse repository at this point
Copy the full SHA 38a61f6View commit details -
build(deps): bump golang.org/x/sync from 0.15.0 to 0.17.0 (#751)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.15.0 to 0.17.0. - [Commits](golang/sync@v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.17.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 4a665d5 - Browse repository at this point
Copy the full SHA 4a665d5View commit details -
build(deps): bump golang.org/x/sys from 0.33.0 to 0.36.0 (#752)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.33.0 to 0.36.0. - [Commits](golang/sys@v0.33.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d9fdbb4 - Browse repository at this point
Copy the full SHA d9fdbb4View commit details
Commits on Oct 20, 2025
-
[PROM-50] Update copyright headers (#756)
Use PROM-50 recommended copyright header. Signed-off-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9627e2 - Browse repository at this point
Copy the full SHA e9627e2View commit details
Commits on Oct 21, 2025
-
add sriov, power state and numa node info in PciDevice (#748)
* support for sriov, numa and power management config Signed-off-by: Jain Johny <[email protected]> * use uint32 Signed-off-by: Jain Johny <[email protected]> * adjust bitsize for parseuint Signed-off-by: Jain Johny <[email protected]> * parseuint for total_msix Signed-off-by: Jain Johny <[email protected]> * revert accidental corruption of fixtures.ttar Signed-off-by: Jain Johny <[email protected]> * fix unintended fixtures changes Signed-off-by: root <[email protected]> Signed-off-by: Jain Johny <[email protected]> * make numa_node optional Signed-off-by: Jain Johny <[email protected]> --------- Signed-off-by: Jain Johny <[email protected]> Signed-off-by: root <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9d95c9 - Browse repository at this point
Copy the full SHA d9d95c9View commit details -
Fix Proc.Limits limit name matching (#667)
I was working on improving this algorithm to reduce the number of allocations when I found out that with the addition of the additional test cases, `Max processes` was failing to match the `switch` statement as for some reason the limit name has a trailing whitespace. By trimming the spaces it now matches all cases. Signed-off-by: Leandro López (inkel) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e54b37a - Browse repository at this point
Copy the full SHA e54b37aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 25803af - Browse repository at this point
Copy the full SHA 25803afView 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.17.0...v0.18.0