Constant K8S_NODE_SYSTEM_CONTAINER_CPU_TIME
pub const K8S_NODE_SYSTEM_CONTAINER_CPU_TIME: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Node’s system container CPU time.
§Notes
This metric is derived from the CPUStats.UsageCoreNanoSeconds field of the ContainerStats of Node.SystemContainers of the Kubelet’s stats API
§Metadata
| Instrument: | counter |
| Unit: | s |
| Status: | Development |