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

22 lines
630 B
YAML

groups:
- id: registry.process.deprecated
type: attribute_group
brief: "Deprecated process attributes."
attributes:
- id: process.cpu.state
brief: "Deprecated, use `cpu.mode` instead."
deprecated: 'Replaced by `cpu.mode`'
type:
allow_custom_values: true
members:
- id: system
value: 'system'
stability: experimental
- id: user
value: 'user'
stability: experimental
- id: wait
value: 'wait'
stability: experimental
stability: experimental