Constant K8S_POD_MEMORY_WORKING_SET
pub const K8S_POD_MEMORY_WORKING_SET: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Pod memory working set.
§Notes
The amount of working set memory. This includes recently accessed memory, dirty memory, and kernel memory. WorkingSetBytes is <= UsageBytes. This metric is derived from the MemoryStats.WorkingSetBytes field of the PodStats.Memory of the Kubelet’s stats API
§Metadata
| Instrument: | updowncounter |
| Unit: | By |
| Status: | Development |