Add device-mapper-specific block device properties#412
Merged
SuperQ merged 8 commits intoprometheus:masterfrom Jan 10, 2022
Merged
Add device-mapper-specific block device properties#412SuperQ merged 8 commits intoprometheus:masterfrom
SuperQ merged 8 commits intoprometheus:masterfrom
Conversation
discordianfish
approved these changes
Sep 17, 2021
Member
|
This needs a rebase to update the fixtures file. |
added 4 commits
November 19, 2021 11:18
Signed-off-by: W. Andrew Denton <git@flying-snail.net>
Signed-off-by: W. Andrew Denton <git@flying-snail.net>
Signed-off-by: W. Andrew Denton <git@flying-snail.net>
Signed-off-by: W. Andrew Denton <git@flying-snail.net>
ac393dc to
2129811
Compare
added 3 commits
November 19, 2021 11:21
Signed-off-by: W. Andrew Denton <git@flying-snail.net>
Signed-off-by: W. Andrew Denton <git@flying-snail.net>
Signed-off-by: W. Andrew Denton <git@flying-snail.net>
Signed-off-by: W. Andrew Denton <git@flying-snail.net>
Contributor
Author
|
Alright, I've capitalized all of the "Files with" comments (there were a few existing ones too). |
Member
|
@SuperQ PTAL |
|
Hi there. Waiting for this feature a lot in a new build. @SuperQ could you please take a look? |
remijouannet
pushed a commit
to remijouannet/procfs
that referenced
this pull request
Oct 20, 2022
* Expose device-mapper information as DeviceMapperInfo Signed-off-by: W. Andrew Denton <git@flying-snail.net> * Enumerate block device slaves as UnderlyingDeviceInfo Signed-off-by: W. Andrew Denton <git@flying-snail.net> * Add missing fixtures. Signed-off-by: W. Andrew Denton <git@flying-snail.net> * blockdevice/stats: uppercase initialisms. Signed-off-by: W. Andrew Denton <git@flying-snail.net> * Expose device-mapper information as DeviceMapperInfo Signed-off-by: W. Andrew Denton <git@flying-snail.net> * Expose device-mapper information as DeviceMapperInfo Signed-off-by: W. Andrew Denton <git@flying-snail.net> * Update fixtures. Signed-off-by: W. Andrew Denton <git@flying-snail.net> * Capitalize comments. Signed-off-by: W. Andrew Denton <git@flying-snail.net> Co-authored-by: W. Andrew Denton <git@flying-snail.net>
jritter
pushed a commit
to jritter/procfs
that referenced
this pull request
Jul 15, 2024
* Expose device-mapper information as DeviceMapperInfo Signed-off-by: W. Andrew Denton <git@flying-snail.net> * Enumerate block device slaves as UnderlyingDeviceInfo Signed-off-by: W. Andrew Denton <git@flying-snail.net> * Add missing fixtures. Signed-off-by: W. Andrew Denton <git@flying-snail.net> * blockdevice/stats: uppercase initialisms. Signed-off-by: W. Andrew Denton <git@flying-snail.net> * Expose device-mapper information as DeviceMapperInfo Signed-off-by: W. Andrew Denton <git@flying-snail.net> * Expose device-mapper information as DeviceMapperInfo Signed-off-by: W. Andrew Denton <git@flying-snail.net> * Update fixtures. Signed-off-by: W. Andrew Denton <git@flying-snail.net> * Capitalize comments. Signed-off-by: W. Andrew Denton <git@flying-snail.net> Co-authored-by: W. Andrew Denton <git@flying-snail.net>
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.
Expose block device-mapper properties. This will enable node_exporter to expose the device-mapper information in a node_disk_info metric. (PR on that to follow.)
Closes #211.
Signed-off-by: W. Andrew Denton git@flying-snail.net