Constant K8S_NODE_SYSTEM_CONTAINER_CPU_USAGE
pub const K8S_NODE_SYSTEM_CONTAINER_CPU_USAGE: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Node’s system container CPU usage, measured in cpus.
§Notes
This metric is derived from the CPUStats.UsageNanoCores field of the ContainerStats of Node.SystemContainers of the Kubelet’s stats API
§Metadata
| Instrument: | gauge |
| Unit: | {cpu} |
| Status: | Development |