Constant CONTAINER_MEMORY_PAGING_FAULTS
pub const CONTAINER_MEMORY_PAGING_FAULTS: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Container memory paging faults.
§Notes
In general, this metric can be derived from cadvisor and specifically the container_memory_failures_total{failure_type=pgfault, scope=container} and container_memory_failures_total{failure_type=pgmajfault, scope=container}metric.
In K8s, this metric is derived from the MemoryStats.PageFaults and MemoryStats.MajorPageFaults field of the PodStats.Memory of the Kubelet’s stats API
§Metadata
| Instrument: | counter |
| Unit: | {fault} |
| Status: | Development |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::SYSTEM_PAGING_FAULT_TYPE | Recommended |