File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments