Constant K8S_NODE_SYSTEM_CONTAINER_MEMORY_USAGE
pub const K8S_NODE_SYSTEM_CONTAINER_MEMORY_USAGE: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Node’s system container memory usage.
§Notes
This metric is derived from the MemoryStats.UsageBytes field of the ContainerStats of Node.SystemContainers of the Kubelet’s stats API
§Metadata
| Instrument: | updowncounter |
| Unit: | By |
| Status: | Development |