1.5 KiB
1.5 KiB
Deployment
Deployment
type: deployment
Description: The software deployment.
Other Attributes:
⚠️ This entity definition contains attributes without a role. Stable Entities MUST NOT have attributes without a defined role.
| Attribute | Type | Description | Examples | Requirement Level | Stability |
|---|---|---|---|---|---|
deployment.environment.name |
string | Name of the deployment environment (aka deployment tier). [1] | staging; production |
Recommended |
[1] 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.