From c29eeaa41912ab746ed7ce3b0d2eed7aad863ac1 Mon Sep 17 00:00:00 2001 From: Braydon Kains <93549768+braydonk@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:36:21 -0500 Subject: [PATCH] Add io direction attributes to Changelog (#570) Co-authored-by: Josh Suereth --- CHANGELOG.md | 3 +++ schema-next.yaml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201ae39221..3a1287a81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ release. ([#536](https://github.com/open-telemetry/semantic-conventions/pull/536)) - BREAKING: Change `event.name` definition to include `namespace` and remove `event.domain` from log event attributes. ([#473](https://github.com/open-telemetry/semantic-conventions/pull/473)) +- BREAKING: Change `system.disk.io.direction` and `system.network.io.direction` + to global attributes `disk.io.direction` and `network.io.direction` + ([#530](https://github.com/open-telemetry/semantic-conventions/pull/530)) ### Features diff --git a/schema-next.yaml b/schema-next.yaml index ae84e381af..834bff8780 100644 --- a/schema-next.yaml +++ b/schema-next.yaml @@ -6,6 +6,11 @@ versions: - rename_metrics: jvm.memory.usage: jvm.memory.used jvm.memory.usage_after_last_gc: jvm.memory.used_after_last_gc + # https://github.com/open-telemetry/semantic-conventions/pull/530 + - rename_attributes: + attribute_map: + system.network.io.direction: network.io.direction + system.disk.io.direction: disk.io.direction 1.23.0: metrics: changes: