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.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
USER
Deprecated.When tasks of the cgroup are in user mode (Linux). When all container processes are in user mode (Windows).- See Also:
-
SYSTEM
Deprecated.When CPU is used by the system (host OS)- See Also:
-
KERNEL
Deprecated.When tasks of the cgroup are in kernel mode (Linux). When all container processes are in kernel mode (Windows).- See Also:
-
cpu.mode