grafana/tempo
View on GitHubBreaking changes to `db.system` attribute in OpenTelemetry Semantic Conventions v1.30.0
Open
#4,640 opened on Jan 29, 2025
help wantedkeepalive
Repository metrics
- Stars
- (5,370 stars)
- PR merge metrics
- (PR metrics pending)
Description
Is your feature request related to a problem? Please describe.
v1.30.0 of OpenTelemetry Semantic Conventions has two breaking changes to the db.system attribute. This will impact the ability for the metrics-generator to create virtual nodes in service graphs.
The breaking changes are:
- Attribute renamed from
db.systemtodb.system.name - List of constants for recognized databases updated
Describe the solution you'd like
db.system.name recognized as a peer attribute for service graph metrics generation.
Additional context