DeploymentIncubatingAttributes
in
Semantic attributes and corresponding values for deployment.
Tags
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=productionservice.name=frontend,deployment.environment.name=staging.
Tags
DEPLOYMENT_ID
The id of the deployment.
public
mixed
DEPLOYMENT_ID
= 'deployment.id'
Tags
DEPLOYMENT_NAME
The name of the deployment.
public
mixed
DEPLOYMENT_NAME
= 'deployment.name'
Tags
DEPLOYMENT_STATUS
The status of the deployment.
public
mixed
DEPLOYMENT_STATUS
= 'deployment.status'
Tags
DEPLOYMENT_STATUS_VALUE_FAILED
failed
public
mixed
DEPLOYMENT_STATUS_VALUE_FAILED
= 'failed'
Tags
DEPLOYMENT_STATUS_VALUE_SUCCEEDED
succeeded
public
mixed
DEPLOYMENT_STATUS_VALUE_SUCCEEDED
= 'succeeded'