Skip to main content

K8S_CONTAINER_CPU_LIMIT_CURRENT

Constant K8S_CONTAINER_CPU_LIMIT_CURRENT 

pub const K8S_CONTAINER_CPU_LIMIT_CURRENT: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

§Description

Maximum CPU resource limit currently configured for a running container.

§Notes

This metric aligns with the limit in the resources field of K8s ContainerStatus (status.containerStatuses[*].resources). Also see Actual Resources in https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/ for more details

§Metadata

Instrument:updowncounter
Unit:{cpu}
Status:Development