From 14ee552f64b51df4641a763284d7968a666b0db9 Mon Sep 17 00:00:00 2001 From: ChrsMark Date: Fri, 25 Oct 2024 10:48:58 +0300 Subject: [PATCH] remove deprecated section Signed-off-by: ChrsMark --- .../container/deprecated/registry-deprecated.yaml | 14 -------------- model/system/deprecated/registry-deprecated.yaml | 14 -------------- 2 files changed, 28 deletions(-) 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)" ]