-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add k8s.{pod,node}.memory.usage metrics #1406
Conversation
13d9775
to
7d426df
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New metrics LGTM but this PR needs to be updated with changes in structure.
Signed-off-by: ChrsMark <[email protected]>
7d426df
to
1ea59c9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine to me, but I'm finding metrics with no attributes problematic in documentation.
I think we should have recommendations/requirements on what resources metrics can/must associate with, e.g. I expect these metrics would need to be associated with a k8s.pod or k8s.node right?
This is for resolution outside this PR.
Signed-off-by: ChrsMark <[email protected]> Co-authored-by: Liudmila Molkova <[email protected]>
Part of #1032
Changes
This PR adds the
k8s.pod.memory.usage
andk8s.node.memory.usage
metrics which are already used in thekubeletstats
receiver of the Collector:Merge requirement checklist
[chore]