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 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:
-