Skip to main content

K8S_NODE_MEMORY_AVAILABLE

Constant K8S_NODE_MEMORY_AVAILABLE 

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

§Description

Node memory available.

§Notes

Available memory for use. This is defined as the memory limit - workingSetBytes. If memory limit is undefined, the available bytes is omitted. This metric is derived from the MemoryStats.AvailableBytes field of the NodeStats.Memory of the Kubelet’s stats API

§Metadata

Instrument:updowncounter
Unit:By
Status:Development