OpenTelemetry SDK
    Preparing search index...

    Variable METRIC_K8S_CONTAINER_CPU_LIMIT_UTILIZATIONConst Experimental

    METRIC_K8S_CONTAINER_CPU_LIMIT_UTILIZATION: "k8s.container.cpu.limit.utilization" = ...

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

    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.

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