Class DeploymentIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.DeploymentIncubatingAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Deprecated.static final io.opentelemetry.api.common.AttributeKey<String>Name of the deployment environment (aka deployment tier).static final io.opentelemetry.api.common.AttributeKey<String>The id of the deployment.static final io.opentelemetry.api.common.AttributeKey<String>The name of the deployment.static final io.opentelemetry.api.common.AttributeKey<String>The status of the deployment. -
Method Summary
-
Field Details
-
DEPLOYMENT_ENVIRONMENT
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> DEPLOYMENT_ENVIRONMENTDeprecated.Deprecated, usedeployment.environment.nameinstead.'Deprecated, usedeployment.environment.nameinstead.' -
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.
-
DEPLOYMENT_ID
The id of the deployment. -
DEPLOYMENT_NAME
The name of the deployment. -
DEPLOYMENT_STATUS
The status of the deployment.
-
deployment.environment.nameinstead.