diff --git a/schemas/1.12.0 b/schemas/1.12.0 index 5f660482d84..0cc1fa819dc 100644 --- a/schemas/1.12.0 +++ b/schemas/1.12.0 @@ -2,12 +2,6 @@ file_format: 1.0.0 schema_url: https://opentelemetry.io/schemas/1.12.0 versions: 1.12.0: - spans: - changes: - - rename_attributes: - attribute_map: - net.peer.ip: net.sock.peer.addr - net.host.ip: net.sock.host.addr 1.11.0: 1.10.0: 1.9.0: diff --git a/schemas/1.13.0 b/schemas/1.13.0 index 5df902e32b2..c3b84c56cdb 100644 --- a/schemas/1.13.0 +++ b/schemas/1.13.0 @@ -88,14 +88,14 @@ versions: metrics_from_attributes: system.network.tcp.connections: tcp system.network.udp.connections: udp - - 1.12.0: spans: changes: + # https://github.com/open-telemetry/opentelemetry-specification/pull/2614 - rename_attributes: attribute_map: net.peer.ip: net.sock.peer.addr net.host.ip: net.sock.host.addr + 1.12.0: 1.11.0: 1.10.0: 1.9.0: