OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_DEPLOYMENT_ENVIRONMENT_NAMEConst

    ATTR_DEPLOYMENT_ENVIRONMENT_NAME: "deployment.environment.name" = ...

    Name of the deployment environment (aka deployment tier).

    staging
    
    production
    

    deployment.environment.name 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.name=production
    • service.name=frontend, deployment.environment.name=staging.