Class DeploymentIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.DeploymentIncubatingAttributes

public final class DeploymentIncubatingAttributes extends Object
  • Field Details

    • DEPLOYMENT_ENVIRONMENT

      public static final io.opentelemetry.api.common.AttributeKey<String> DEPLOYMENT_ENVIRONMENT
      Name of the deployment environment (aka deployment tier).

      Notes:

      • deployment.environment does not affect the uniqueness constraints defined through the service.namespace, service.name and service.instance.id resource attributes. This implies that resources carrying the following attribute combinations MUST be considered to be identifying the same service:
      • service.name=frontend, deployment.environment=production
      • service.name=frontend, deployment.environment=staging.