Skip to main content

K8S_CONTAINER_CPU_REQUEST_UTILIZATION

Constant K8S_CONTAINER_CPU_REQUEST_UTILIZATION 

pub const K8S_CONTAINER_CPU_REQUEST_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 request.

§Notes

The current CPU request reflects the request applied to the running 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 request. If the CPU request is not set, this metric SHOULD NOT be emitted for that container

§Metadata

Instrument:gauge
Unit:1
Status:Development