semantic-conventions/model/deployment/deprecated/registry-deprecated.yaml

16 lines
461 B
YAML

groups:
- id: registry.deployment.deprecated
type: attribute_group
brief: >
Describes deprecated deployment attributes.
attributes:
- id: deployment.environment
type: string
stability: development
deprecated:
reason: renamed
renamed_to: deployment.environment.name
brief: >
Deprecated, use `deployment.environment.name` instead.
examples: ['staging', 'production']