Skip to content

Commit

Permalink
add deprecated sections
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <[email protected]>
  • Loading branch information
ChrsMark committed Oct 21, 2024
1 parent 6f77191 commit 97552c3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions model/container/deprecated/registry-deprecated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,17 @@ groups:
stability: experimental
deprecated: 'Replaced by `cpu.mode`'
examples: [ "user", "kernel" ]

- id: registry.container.metrics.deprecated
type: attribute_group
display_name: Deprecated Container Metrics
brief: >
"Describes deprecated container metrics attributes."
stability: experimental
attributes:
- id: system.device
type: string
stability: experimental
brief: "Deprecated, use `network.interface.name` instead."
deprecated: "Replaced by `network.interface.name`."
examples: [ "(identifier)" ]
14 changes: 14 additions & 0 deletions model/system/deprecated/registry-deprecated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@ groups:
stability: experimental
deprecated: 'Replaced by `cpu.mode`'
examples: [ "idle", "interrupt" ]

- id: registry.system.metrics.deprecated
type: attribute_group
display_name: Deprecated System Metrics
brief: >
"Describes deprecated system metrics attributes."
stability: experimental
attributes:
- id: system.device
type: string
stability: experimental
brief: "Deprecated, use `network.interface.name` instead."
deprecated: "Replaced by `network.interface.name`."
examples: [ "(identifier)" ]

0 comments on commit 97552c3

Please sign in to comment.