Class ContainerIncubatingAttributes.ContainerCpuStateValues

java.lang.Object
io.opentelemetry.semconv.incubating.ContainerIncubatingAttributes.ContainerCpuStateValues
Enclosing class:
ContainerIncubatingAttributes

@Deprecated public static final class ContainerIncubatingAttributes.ContainerCpuStateValues extends Object
Deprecated.
Deprecated, use `cpu.mode` instead.
  • Field Details

    • USER

      public static final String USER
      Deprecated.
      When tasks of the cgroup are in user mode (Linux). When all container processes are in user mode (Windows).
      See Also:
    • SYSTEM

      public static final String SYSTEM
      Deprecated.
      When CPU is used by the system (host OS).
      See Also:
    • KERNEL

      public static final String KERNEL
      Deprecated.
      When tasks of the cgroup are in kernel mode (Linux). When all container processes are in kernel mode (Windows).
      See Also: