Fix schema transformations in 1.30.0 (#1969)

This commit is contained in:
Liudmila Molkova 2025-03-07 07:41:12 -08:00 committed by GitHub
parent 31dc70d8ca
commit fcb7276ed8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,6 @@ versions:
code.filepath: code.file.path
code.lineno: code.line.number
code.column: code.column.number
metrics:
changes:
# https://github.com/open-telemetry/semantic-conventions/pull/1734
- rename_attributes:
attribute_map:
@ -61,6 +59,8 @@ versions:
# db.elasticsearch.path_parts is a template attribute, schema transformation
# does not support it, adding as a comment for consistency
# db.elasticsearch.path_parts.<key> -> db.operation.parameter.<key>
metrics:
changes:
- rename_metrics:
db.client.cosmosdb.operation.request_charge: azure.cosmosdb.client.operation.request_charge
db.client.cosmosdb.active_instance.count: azure.cosmosdb.client.active_instance.count