ContainerExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.ContainerExperimentalAttributes

Attributes

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

Members list

Type members

Classlikes

abstract class ContainerCpuStateValue(val value: String)

Values for ContainerCpuState.

Values for ContainerCpuState.

Attributes

Companion
object
Source
ContainerExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Kernel
object System
object User

Attributes

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

Value members

Concrete fields

The command used to run the container (i.e.

The command used to run the container (i.e. the command name).

Attributes

Note

  • If using embedded credentials or sensitive data, it is recommended to remove them to prevent potential leakage.

Source
ContainerExperimentalAttributes.scala

All the command arguments (including the command/executable itself) run by the container.

All the command arguments (including the command/executable itself) run by the container. [2]

Attributes

Source
ContainerExperimentalAttributes.scala

The full command run by the container as a single string representing the full command.

The full command run by the container as a single string representing the full command. [2]

Attributes

Source
ContainerExperimentalAttributes.scala

The CPU state for this data point.

The CPU state for this data point.

Attributes

Source
ContainerExperimentalAttributes.scala

Container ID.

Container ID. Usually a UUID, as for example used to <a href="https://docs.docker.com/engine/reference/run/#container-identification">identify Docker containers. The UUID might be abbreviated.

Attributes

Source
ContainerExperimentalAttributes.scala

Runtime specific image identifier.

Runtime specific image identifier. Usually a hash algorithm followed by a UUID.

Attributes

Note

  • Docker defines a sha256 of the image id; container.image.id corresponds to the Image field from the Docker container inspect <a href="https://docs.docker.com/engine/api/v1.43/#tag/Container/operation/ContainerInspect">API endpoint. K8s defines a link to the container registry repository with digest `"imageID": "registry.azurecr.io /namespace/service/dockerfile@sha256:bdeabd40c3a8a492eaf9e8e44d0ebbb84bac7ee25ac0cf8a7159d25f62555625"`. The ID is assinged by the container runtime and can vary in different environments. Consider using `oci.manifest.digest` if it is important to identify the same image in different environments/runtimes.

Source
ContainerExperimentalAttributes.scala

Name of the image the container was built on.

Name of the image the container was built on.

Attributes

Source
ContainerExperimentalAttributes.scala

Repo digests of the container image as provided by the container runtime.

Repo digests of the container image as provided by the container runtime.

Attributes

Note

  • <a href="https://docs.docker.com/engine/api/v1.43/#tag/Image/operation/ImageInspect">Docker and CRI report those under the RepoDigests field.

Source
ContainerExperimentalAttributes.scala

Container image tags.

Container image tags. An example can be found in <a href="https://docs.docker.com/engine/api/v1.43/#tag/Image/operation/ImageInspect">Docker Image Inspect. Should be only the ` ` section of the full name for example from `registry.example.com/my-org/my-image: `.

Attributes

Source
ContainerExperimentalAttributes.scala

Container labels, <key> being the label name, the value being the label value.

Container labels, <key> being the label name, the value being the label value.

Attributes

Source
ContainerExperimentalAttributes.scala

Container name used by container runtime.

Container name used by container runtime.

Attributes

Source
ContainerExperimentalAttributes.scala

The container runtime managing this container.

The container runtime managing this container.

Attributes

Source
ContainerExperimentalAttributes.scala

Deprecated fields

Deprecated, use container.label instead.

Deprecated, use container.label instead.

Attributes

Deprecated
true
Source
ContainerExperimentalAttributes.scala