diff --git a/schemas/1.13.0 b/schemas/1.13.0 index 4e6c6ed74b6..0f0ba0c3f61 100644 --- a/schemas/1.13.0 +++ b/schemas/1.13.0 @@ -9,10 +9,6 @@ versions: attribute_map: net.peer.ip: net.sock.peer.addr net.host.ip: net.sock.host.addr - # https://github.com/open-telemetry/opentelemetry-specification/pull/2743 - - rename_attributes: - attribute_map: - http.retry_count: http.resend_count 1.12.0: 1.11.0: 1.10.0: diff --git a/schemas/1.15.0 b/schemas/1.15.0 new file mode 100644 index 00000000000..dc850a30dab --- /dev/null +++ b/schemas/1.15.0 @@ -0,0 +1,34 @@ +file_format: 1.1.0 +schema_url: https://opentelemetry.io/schemas/1.15.0 +versions: + 1.15.0: + spans: + changes: + # https://github.com/open-telemetry/opentelemetry-specification/pull/2743 + - rename_attributes: + attribute_map: + http.retry_count: http.resend_count + 1.14.0: + 1.13.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: + 1.8.0: + spans: + changes: + - rename_attributes: + attribute_map: + db.cassandra.keyspace: db.name + db.hbase.namespace: db.name + 1.7.0: + 1.6.1: + 1.5.0: + 1.4.0: