Class ContainerIncubatingAttributes.ContainerCpuStateValues
java.lang.Object
io.opentelemetry.semconv.incubating.ContainerIncubatingAttributes.ContainerCpuStateValues
- Enclosing class:
- ContainerIncubatingAttributes
-
Field Summary
Fields -
Method Summary
-
Field Details
-
USER
When tasks of the cgroup are in user mode (Linux). When all container processes are in user mode (Windows).- See Also:
-
SYSTEM
When CPU is used by the system (host OS).- See Also:
-
KERNEL
When tasks of the cgroup are in kernel mode (Linux). When all container processes are in kernel mode (Windows).- See Also:
-