Skip to content

Commit

Permalink
Fix 1.12.0 and 1.13.0 schema file (#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru authored Aug 10, 2022
1 parent 81d32d4 commit 82707fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions schemas/1.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions schemas/1.13.0
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 82707fd

Please sign in to comment.