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