diff --git a/model/container/deprecated/registry-deprecated.yaml b/model/container/deprecated/registry-deprecated.yaml index d75f322d56..b99b0f43b3 100644 --- a/model/container/deprecated/registry-deprecated.yaml +++ b/model/container/deprecated/registry-deprecated.yaml @@ -29,17 +29,3 @@ 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)" ] diff --git a/model/system/deprecated/registry-deprecated.yaml b/model/system/deprecated/registry-deprecated.yaml index 01880caf74..70ea9583ae 100644 --- a/model/system/deprecated/registry-deprecated.yaml +++ b/model/system/deprecated/registry-deprecated.yaml @@ -51,17 +51,3 @@ 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)" ]