Skip to content
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

[k8s] Define semantic conventions for k8s memory metrics #1490

Open
ChrsMark opened this issue Oct 17, 2024 · 1 comment
Open

[k8s] Define semantic conventions for k8s memory metrics #1490

ChrsMark opened this issue Oct 17, 2024 · 1 comment
Assignees
Labels
area:k8s enhancement New feature or request experts needed This issue or pull request is outside an area where general approvers feel they can approve triage:needs-triage

Comments

@ChrsMark
Copy link
Member

ChrsMark commented Oct 17, 2024

Area(s)

area:k8s

Is your change request related to a problem? Please describe.

As part of the K8s SemConv stability work we need to define k8s memory metrics that are already in use by the Opentelemetry Collector.

Related to #1032.

Describe the solution you'd like

The existing metrics in use that we need to define as semantic conventions are the following:

k8s.node.memory.usage: ✅ #1406
container.memory.usage: ✅ #282
k8s.pod.memory.usage: ✅ #1406
k8s.node.memory.available
k8s.node.memory.rss
k8s.node.memory.working_set
k8s.node.memory.page_faults
k8s.node.memory.major_page_faults
k8s.pod.memory.available
k8s.pod.memory.node.utilization
k8s.pod.memory_limit_utilization
k8s.pod.memory_request_utilization
k8s.pod.memory.rss
k8s.pod.memory.working_set
k8s.pod.memory.page_faults
k8s.pod.memory.major_page_faults
container.memory.available
k8s.container.memory_limit_utilization
k8s.container.memory_request_utilization
container.memory.rss
container.memory.working_set
container.memory.page_faults
container.memory.major_page_faults

Additional context

No response

@ChrsMark ChrsMark added enhancement New feature or request experts needed This issue or pull request is outside an area where general approvers feel they can approve triage:needs-triage labels Oct 17, 2024
@ChrsMark
Copy link
Member Author

Also related to this one: open-telemetry/opentelemetry-collector-contrib#35849

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:k8s enhancement New feature or request experts needed This issue or pull request is outside an area where general approvers feel they can approve triage:needs-triage
Projects
Status: Todo
Development

No branches or pull requests

2 participants