Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.43 KB

deployment-environment.md

File metadata and controls

32 lines (23 loc) · 1.43 KB

Deployment

Status: Experimental

type: deployment

Description: The software deployment.

Attribute Type Description Examples Requirement Level Stability
deployment.environment.name string Name of the deployment environment (aka deployment tier). [1] staging; production Recommended Experimental

[1]: 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.