We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dc70d commit fcb7276Copy full SHA for fcb7276
schema-next.yaml
@@ -38,8 +38,6 @@ versions:
38
code.filepath: code.file.path
39
code.lineno: code.line.number
40
code.column: code.column.number
41
- metrics:
42
- changes:
43
# https://github.com/open-telemetry/semantic-conventions/pull/1734
44
- rename_attributes:
45
attribute_map:
@@ -61,6 +59,8 @@ versions:
61
59
# db.elasticsearch.path_parts is a template attribute, schema transformation
62
60
# does not support it, adding as a comment for consistency
63
# db.elasticsearch.path_parts.<key> -> db.operation.parameter.<key>
+ metrics:
+ changes:
64
- rename_metrics:
65
db.client.cosmosdb.operation.request_charge: azure.cosmosdb.client.operation.request_charge
66
db.client.cosmosdb.active_instance.count: azure.cosmosdb.client.active_instance.count
0 commit comments