Class ContainerIncubatingAttributes.ContainerCpuStateIncubatingValues

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

@Deprecated public static final class ContainerIncubatingAttributes.ContainerCpuStateIncubatingValues extends Object
Deprecated.
Replaced by cpu.mode
  • 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: