grafana/tempo

Breaking changes to `db.system` attribute in OpenTelemetry Semantic Conventions v1.30.0

Open

#4,640 opened on Jan 29, 2025

View on GitHub
 (8 comments) (0 reactions) (1 assignee)Go (727 forks)auto 404
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.system to db.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

Diff between releases v1.29.0 and v1.30.0

Contributor guide