Skip to main content

CONTAINER_MEMORY_WORKING_SET

Constant CONTAINER_MEMORY_WORKING_SET 

pub const CONTAINER_MEMORY_WORKING_SET: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

§Description

Container memory working set.

§Notes

In general, this metric can be derived from cadvisor and specifically the container_memory_working_set_bytes metric. In K8s, this metric is derived from the MemoryStats.WorkingSetBytes field of the PodStats.Memory of the Kubelet’s stats API

§Metadata

Instrument:updowncounter
Unit:By
Status:Development