OpenTelemetry PHP

DeploymentIncubatingAttributes

Semantic attributes and corresponding values for deployment.

Tags
see
https://opentelemetry.io/docs/specs/semconv/registry/attributes/deployment/

May contain @experimental Semantic Conventions which may change or be removed in the future.

Table of Contents

Constants

DEPLOYMENT_ENVIRONMENT_NAME  = 'deployment.environment.name'
Name of the [deployment environment](https://wikipedia.org/wiki/Deployment_environment) (aka deployment tier).
DEPLOYMENT_ID  = 'deployment.id'
The id of the deployment.
DEPLOYMENT_NAME  = 'deployment.name'
The name of the deployment.
DEPLOYMENT_STATUS  = 'deployment.status'
The status of the deployment.
DEPLOYMENT_STATUS_VALUE_FAILED  = 'failed'
failed
DEPLOYMENT_STATUS_VALUE_SUCCEEDED  = 'succeeded'
succeeded

Constants

DEPLOYMENT_ENVIRONMENT_NAME

Name of the [deployment environment](https://wikipedia.org/wiki/Deployment_environment) (aka deployment tier).

public mixed DEPLOYMENT_ENVIRONMENT_NAME = 'deployment.environment.name'

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.
Tags
experimental

        
On this page

Search results