Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Apr 11, 2023
1 parent c6c9e71 commit dc4407e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion schemas/1.21.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
file_format: 1.1.0
schema_url: https://opentelemetry.io/schemas/1.20.0
schema_url: https://opentelemetry.io/schemas/1.21.0
versions:
1.21.0:
spans:
changes:
# https://github.com/open-telemetry/opentelemetry-specification/pull/3355
- rename_attributes:
attribute_map:
http.method: http.request.method
http.status_code: http.response.status_code
http.scheme: url.scheme
http.url: url.full
http.target: url.path
http.request_content_length: http.request.body.bytes
http.response_content_length: http.response.body.bytes
1.20.0:
spans:
changes:
Expand Down

0 comments on commit dc4407e

Please sign in to comment.