ContainerCpuStateValue

org.typelevel.otel4s.semconv.experimental.attributes.ContainerExperimentalAttributes.ContainerCpuStateValue
See theContainerCpuStateValue companion class

Attributes

Companion
class
Source
ContainerExperimentalAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Kernel extends ContainerCpuStateValue

When tasks of the cgroup are in kernel mode (Linux).

When tasks of the cgroup are in kernel mode (Linux). When all container processes are in kernel mode (Windows).

Attributes

Source
ContainerExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Kernel.type
case object System extends ContainerCpuStateValue

When CPU is used by the system (host OS).

When CPU is used by the system (host OS).

Attributes

Source
ContainerExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
System.type
case object User extends ContainerCpuStateValue

When tasks of the cgroup are in user mode (Linux).

When tasks of the cgroup are in user mode (Linux). When all container processes are in user mode (Windows).

Attributes

Source
ContainerExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
User.type