Package io.opentelemetry.semconv
Class ContainerAttributes
java.lang.Object
io.opentelemetry.semconv.ContainerAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String> Container ID.static final io.opentelemetry.api.common.AttributeKey<String> Name of the image the container was built on.Repo digests of the container image as provided by the container runtime.Container image tags. -
Method Summary
-
Field Details
-
CONTAINER_ID
Container ID. Usually a UUID, as for example used to identify Docker containers. The UUID might be abbreviated. -
CONTAINER_IMAGE_NAME
Name of the image the container was built on. -
CONTAINER_IMAGE_REPO_DIGESTS
-
CONTAINER_IMAGE_TAGS
Container image tags. An example can be found in Docker Image Inspect. Should be only the<tag>section of the full name for example fromregistry.example.com/my-org/my-image:<tag>.
-