OpenTelemetry SDK
    Preparing search index...

    Variable METRIC_CONTAINER_MEMORY_PAGING_FAULTSConst Experimental

    METRIC_CONTAINER_MEMORY_PAGING_FAULTS: "container.memory.paging.faults" = ...

    Container memory paging faults.

    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.

    This metric is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.