Class DeploymentIncubatingAttributes

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

public final class DeploymentIncubatingAttributes extends Object
  • Field Details

    • DEPLOYMENT_ENVIRONMENT

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> DEPLOYMENT_ENVIRONMENT
      Deprecated.
      Replaced by deployment.environment.name.
      Deprecated, use deployment.environment.name instead.
    • DEPLOYMENT_ENVIRONMENT_NAME

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> DEPLOYMENT_ENVIRONMENT_NAME
      Deprecated.
      deprecated in favor of stable DeploymentAttributes.DEPLOYMENT_ENVIRONMENT_NAME attribute.
      Name of the deployment environment (aka deployment tier).

      Notes:

      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.
    • DEPLOYMENT_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> DEPLOYMENT_ID
      The id of the deployment.
    • DEPLOYMENT_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> DEPLOYMENT_NAME
      The name of the deployment.
    • DEPLOYMENT_STATUS

      public static final io.opentelemetry.api.common.AttributeKey<String> DEPLOYMENT_STATUS
      The status of the deployment.