opentelemetry_semantic_conventions::attribute

Constant K8S_CONTAINER_NAME

Source
pub const K8S_CONTAINER_NAME: &str = "k8s.container.name";
Expand description

The name of the Container from Pod specification, must be unique within a Pod. Container runtime usually uses different globally unique name (container.name).

ยงExamples

  • "redis"