Skip to content

Commit fcb7276

Browse files
authored
Fix schema transformations in 1.30.0 (#1969)
1 parent 31dc70d commit fcb7276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema-next.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ versions:
3838
code.filepath: code.file.path
3939
code.lineno: code.line.number
4040
code.column: code.column.number
41-
metrics:
42-
changes:
4341
# https://github.com/open-telemetry/semantic-conventions/pull/1734
4442
- rename_attributes:
4543
attribute_map:
@@ -61,6 +59,8 @@ versions:
6159
# db.elasticsearch.path_parts is a template attribute, schema transformation
6260
# does not support it, adding as a comment for consistency
6361
# db.elasticsearch.path_parts.<key> -> db.operation.parameter.<key>
62+
metrics:
63+
changes:
6464
- rename_metrics:
6565
db.client.cosmosdb.operation.request_charge: azure.cosmosdb.client.operation.request_charge
6666
db.client.cosmosdb.active_instance.count: azure.cosmosdb.client.active_instance.count

0 commit comments

Comments
 (0)