We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
area:k8s
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.
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
k8s.node.memory.usage
container.memory.usage
k8s.pod.memory.usage
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
No response
The text was updated successfully, but these errors were encountered:
Also related to this one: open-telemetry/opentelemetry-collector-contrib#35849
Sorry, something went wrong.
No branches or pull requests
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
: ✅ #1406container.memory.usage
: ✅ #282k8s.pod.memory.usage
: ✅ #1406k8s.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
The text was updated successfully, but these errors were encountered: