Skip to main content

K8S_POD_MEMORY_RSS

Constant K8S_POD_MEMORY_RSS 

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

§Description

Pod memory RSS.

§Notes

The amount of anonymous and swap cache memory (includes transparent hugepages). 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