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