grafana/tempo

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

Open

#4 640 ouverte le 29 janv. 2025

Voir sur GitHub
 (8 commentaires) (0 réactions) (1 assigné)Go (727 forks)auto 404
help wantedkeepalive

Métriques du dépôt

Stars
 (5 370 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur