Const ExperimentalIn 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.
This metric is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.
Container memory paging faults.