Package io.opentelemetry.semconv
Class DeploymentAttributes
java.lang.Object
io.opentelemetry.semconv.DeploymentAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String> Name of the deployment environment (aka deployment tier). -
Method Summary
-
Field Details
-
DEPLOYMENT_ENVIRONMENT_NAME
Name of the deployment environment (aka deployment tier).Notes:
deployment.environment.namedoes not affect the uniqueness constraints defined through theservice.namespace,service.nameandservice.instance.idresource 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=productionservice.name=frontend,deployment.environment.name=staging.
-