Skip to main content

K8S_CONTAINER_CPU_LIMIT_UTILIZATION

Constant K8S_CONTAINER_CPU_LIMIT_UTILIZATION 

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

§Description

The ratio of container CPU usage to its current CPU limit.

§Notes

The current CPU limit reflects the actual resources applied to the container, as reported by ContainerStatus. The value range is \[0.0,1.0\]. A value of 1.0 means the container is using 100% of its actual CPU limit. If the CPU limit is not set, this metric SHOULD NOT be emitted for that container

§Metadata

Instrument:gauge
Unit:1
Status:Development