Conversation
dcff011 to
b2a5bb4
Compare
MichaHoffmann
approved these changes
Oct 25, 2025
nicolastakashi
approved these changes
Oct 25, 2025
b2a5bb4 to
c783911
Compare
b0cd01e to
680a9b8
Compare
680a9b8 to
5487b10
Compare
Signed-off-by: Ben Kochie <superq@gmail.com>
Merged
SuperQ
added a commit
that referenced
this pull request
Oct 25, 2025
ShashwatHiregoudar
pushed a commit
to ShashwatHiregoudar/node_exporter
that referenced
this pull request
Mar 3, 2026
* filesystem: Refactor mountinfo parsing Migrate mountinfo parsing to procfs library. This fixes incorrect parsing introduced by PR prometheus#3387. Fixes: prometheus#3450 Signed-off-by: Ben Kochie <superq@gmail.com> * Update fixtures for new infiniband procfs feature. Signed-off-by: Ben Kochie <superq@gmail.com> --------- Signed-off-by: Ben Kochie <superq@gmail.com> Signed-off-by: Shashwat Hiregoudar <shashwathiregoudar@gmail.com>
ShashwatHiregoudar
pushed a commit
to ShashwatHiregoudar/node_exporter
that referenced
this pull request
Mar 3, 2026
* [BUGFIX] filesystem: Fix mount points being collected multiple times prometheus#3376 * [BUGFIX] filesystem: Refactor mountinfo parsing prometheus#3452 * [BUGFIX] meminfo: Add Zswap/Zswapped metrics prometheus#3453 Signed-off-by: Ben Kochie <superq@gmail.com> Signed-off-by: Shashwat Hiregoudar <shashwathiregoudar@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate mountinfo parsing to procfs library. This fixes incorrect parsing introduced by PR #3387.
Fixes: #3450