Container

Status: Experimental

type: container

Description: A container instance.

AttributeTypeDescriptionExamplesRequirement Level
container.namestringContainer name used by container runtime.opentelemetry-autoconfRecommended
container.idstringContainer ID. Usually a UUID, as for example used to identify Docker containers. The UUID might be abbreviated.a3bf90e006b2Recommended
container.runtimestringThe container runtime managing this container.docker; containerd; rktRecommended
container.image.namestringName of the image the container was built on.gcr.io/opentelemetry/operatorRecommended
container.image.tagstringContainer image tag.0.1Recommended