semantic-conventions/semantic_conventions/resource/deployment_environment.yaml

13 lines
350 B
YAML

groups:
- id: deployment
prefix: deployment
brief: >
The software deployment.
attributes:
- id: environment
type: string
brief: >
Name of the [deployment environment](https://en.wikipedia.org/wiki/Deployment_environment)
(aka deployment tier).
examples: ['staging', 'production']