OpenTelemetry SDK
    Preparing search index...

    Variable METRIC_K8S_CONTAINER_CPU_REQUEST_UTILIZATIONConst Experimental

    METRIC_K8S_CONTAINER_CPU_REQUEST_UTILIZATION: "k8s.container.cpu.request.utilization" = ...

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

    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.

    This metric is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.