-
Notifications
You must be signed in to change notification settings - Fork 349
Comparing changes
Open a pull request
base repository: prometheus/procfs
base: v0.16.1
head repository: prometheus/procfs
compare: v0.17.0
- 18 commits
- 23 files changed
- 14 contributors
Commits on May 14, 2025
-
Update common Prometheus files (#718)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for 369f902 - Browse repository at this point
Copy the full SHA 369f902View commit details
Commits on May 21, 2025
-
Update common Prometheus files (#721)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for 6dab0ae - Browse repository at this point
Copy the full SHA 6dab0aeView commit details -
btrfs: correct allocation ratios for raid1c[34] (#722)
* Return right allocation ratios for the (somewhat recently added) btrfs RAID modes raid1c3 and raid1c4. Signed-off-by: Samuli Thomasson <samuli.thomasson@pm.me>
Configuration menu - View commit details
-
Copy full SHA for 367ae03 - Browse repository at this point
Copy the full SHA 367ae03View commit details -
build(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 (#724)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.13.0 to 0.14.0. - [Commits](golang/sync@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d9705f6 - Browse repository at this point
Copy the full SHA d9705f6View commit details -
build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 (#723)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.32.0 to 0.33.0. - [Commits](golang/sys@v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 588b88c - Browse repository at this point
Copy the full SHA 588b88cView commit details
Commits on Jul 3, 2025
-
Supports collection of process shared memory (#719)
* Parse process memory usage from /proc/[pid]/statm into ProcStatm struct. * Add unit tests for proc_statm. * Add /proc/26231/statm test data to fixtures. Signed-off-by: zhiyuan.zhou <zhiyuan.zhou@easystack.cn> Co-authored-by: zhiyuan.zhou <zhiyuan.zhou@easystack.cn>
Configuration menu - View commit details
-
Copy full SHA for 28d508d - Browse repository at this point
Copy the full SHA 28d508dView commit details -
build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 (#732)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.14.0 to 0.15.0. - [Commits](golang/sync@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65857f3 - Browse repository at this point
Copy the full SHA 65857f3View commit details -
Signed-off-by: Shashwat Hiregoudar <shashwathiregoudar@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0e4338f - Browse repository at this point
Copy the full SHA 0e4338fView commit details -
Update common Prometheus files (#727)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for 0f247ba - Browse repository at this point
Copy the full SHA 0f247baView commit details -
sysfs: Add support to collect link status for PCIe devices (#728)
The link status of PCIe devices sometimes changes, like link or speed downgrades, and devices disappear. This patch collects PCIe devices' link infromation to detect such failures. As a first step, this collector exports PCIe devices' - Device information (vendor_id, device_id, etc.) - Parent PCIe device (e.g. PCIe bridge, PCIe switch) - Link status (max_link_{speed|width}, current_link_{speed|width} Signed-off-by: Naoki MATSUMOTO <m.naoki9911@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6176818 - Browse repository at this point
Copy the full SHA 6176818View commit details -
parse.go: fix GetDeviceInfo/LayoutGet ordering -- previously had valu…
…es swapped (#726) Signed-off-by: John Leslie <johnleslie@google.com>
Configuration menu - View commit details
-
Copy full SHA for 2b1359d - Browse repository at this point
Copy the full SHA 2b1359dView commit details -
Fix Go doc linting error. Signed-off-by: SuperQ <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0cf1234 - Browse repository at this point
Copy the full SHA 0cf1234View commit details -
feat(mdstat): recognize reshape status (#679)
Signed-off-by: Philipp Born <git@pborn.eu>
Configuration menu - View commit details
-
Copy full SHA for c5a546e - Browse repository at this point
Copy the full SHA c5a546eView commit details -
Nvidia/Mellanox expose ROCE ECN information on sysfs on the path (#695)
/sys/class/net/<interface>/ecn/<protocol>/ There are 2 protocols Reaction Point (rp) and Notification point (np) For each of the protocols they have a list of attributes: /sys/class/net/<interface>/ecn/<protocol>/params/<requested attribute> Each protocol will also if ECN is enabled per priority (where X is the priority): /sys/class/net/<interface>/ecn/<protocol>/enable/X This is documented here https://docs.nvidia.com/networking/display/mlnxofedv571020/explicit+congestion+notification+(ecn) The attributes are documented here: https://enterprise-support.nvidia.com/s/article/dcqcn-parameters Signed-off-by: Diego Asturias <dasturias@arista.com>
Configuration menu - View commit details
-
Copy full SHA for a5f79dd - Browse repository at this point
Copy the full SHA a5f79ddView commit details -
added zswap, zswapped, secpagetables, filehugepages, hugetlb and unac…
…cepted to meminfo (#655) Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
Configuration menu - View commit details
-
Copy full SHA for 0bcdc45 - Browse repository at this point
Copy the full SHA 0bcdc45View commit details -
feat: parse StartCode, EndCode, and StartStack in /proc/pid/stat (#659)
Signed-off-by: Pierre Gimalac <pierre.gimalac@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for ee6ea54 - Browse repository at this point
Copy the full SHA ee6ea54View commit details -
Add node_guid to infiniband class (#665) (#670)
Signed-off-by: Diego Sonaglia <diego.sonaglia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 61fb25b - Browse repository at this point
Copy the full SHA 61fb25bView commit details -
Fixup linting issues in `sysfs/net_class_ecn.go`. Signed-off-by: SuperQ <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 61fe412 - Browse repository at this point
Copy the full SHA 61fe412View 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.16.1...v0.17.0