Skip to content

Commit c29eeaa

Browse files
braydonkjsuereth
andauthored
Add io direction attributes to Changelog (open-telemetry#570)
Co-authored-by: Josh Suereth <joshuasuereth@google.com>
1 parent f51df2f commit c29eeaa

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ release.
2020
([#536](https://github.com/open-telemetry/semantic-conventions/pull/536))
2121
- BREAKING: Change `event.name` definition to include `namespace` and remove `event.domain` from log event attributes.
2222
([#473](https://github.com/open-telemetry/semantic-conventions/pull/473))
23+
- BREAKING: Change `system.disk.io.direction` and `system.network.io.direction`
24+
to global attributes `disk.io.direction` and `network.io.direction`
25+
([#530](https://github.com/open-telemetry/semantic-conventions/pull/530))
2326

2427
### Features
2528

schema-next.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ versions:
66
- rename_metrics:
77
jvm.memory.usage: jvm.memory.used
88
jvm.memory.usage_after_last_gc: jvm.memory.used_after_last_gc
9+
# https://github.com/open-telemetry/semantic-conventions/pull/530
10+
- rename_attributes:
11+
attribute_map:
12+
system.network.io.direction: network.io.direction
13+
system.disk.io.direction: disk.io.direction
914
1.23.0:
1015
metrics:
1116
changes:

0 commit comments

Comments
 (0)