Skip to main content

CONTAINER_MEMORY_RSS

Constant CONTAINER_MEMORY_RSS 

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

§Description

Container memory RSS.

§Notes

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

§Metadata

Instrument:updowncounter
Unit:By
Status:Development