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