Add io direction attributes to Changelog (#570)
Co-authored-by: Josh Suereth <joshuasuereth@google.com>
This commit is contained in:
parent
f51df2fdbc
commit
c29eeaa419
|
|
@ -20,6 +20,9 @@ release.
|
||||||
([#536](https://github.com/open-telemetry/semantic-conventions/pull/536))
|
([#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.
|
- 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))
|
([#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
|
### Features
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,11 @@ versions:
|
||||||
- rename_metrics:
|
- rename_metrics:
|
||||||
jvm.memory.usage: jvm.memory.used
|
jvm.memory.usage: jvm.memory.used
|
||||||
jvm.memory.usage_after_last_gc: jvm.memory.used_after_last_gc
|
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:
|
1.23.0:
|
||||||
metrics:
|
metrics:
|
||||||
changes:
|
changes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue