[receiver/kubeletstats] Add k8s node filesystem inode metrics - #49932
Merged
ChrsMark merged 5 commits intoAug 5, 2026
Merged
Conversation
PlateauGao
force-pushed
the
add-kubeletstats-rlimit-inode-metrics
branch
2 times, most recently
from
July 28, 2026 15:45
d8e30e5 to
b26af69
Compare
PlateauGao
force-pushed
the
add-kubeletstats-rlimit-inode-metrics
branch
from
July 28, 2026 17:20
b26af69 to
453be28
Compare
PlateauGao
marked this pull request as ready for review
July 28, 2026 18:37
PlateauGao
requested review from
a team,
ChrsMark,
TylerHelmuth and
dmitryax
as code owners
July 28, 2026 18:37
Pull request dashboard statusMerged · refreshed 2026-08-05 06:49 UTC Status above doesn't look right?
|
ChrsMark
reviewed
Aug 4, 2026
Contributor
|
Thank you for your contribution @PlateauGao! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey. |
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.
Description
This PR adds support for exposing system process rlimit metrics and node filesystem inode metrics in
kubeletstatsreceiver:k8s.node.filesystem.inode.count: Total number of inodes in the node's root filesystem. Sem conv PR:Add new k8s.node.filesystem semantic conventions semantic-conventions#3890 (comment)k8s.node.filesystem.inode.free: Number of free inodes in the node's root filesystem. Sem conv PR: Add new k8s.node.filesystem semantic conventions semantic-conventions#3890 (comment)All metrics are set to
developmentstability and are disabled by default.Link to tracking issue
Fixes #48926
Testing
TestScraperWithNodeFilesystemInodeMetricsinscraper_test.go.testdata/scraper/.go test ./....Documentation
receiver/kubeletstatsreceiver/documentation.md..chloggen/add-kubeletstats-rlimit-inode-metrics.yaml.Authorship