Constant K8S_NODE_MEMORY_RSS
pub const K8S_NODE_MEMORY_RSS: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Node 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 NodeStats.Memory of the Kubelet’s stats API
§Metadata
| Instrument: | updowncounter |
| Unit: | By |
| Status: | Development |