Skip to content

Commit

Permalink
1.14 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Oct 13, 2022
1 parent 174b20f commit 69b20f0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
4 changes: 0 additions & 4 deletions schemas/1.13.0
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
34 changes: 34 additions & 0 deletions schemas/1.15.0
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 69b20f0

Please sign in to comment.