Merge pull request #34087 from backstage/otel/tracing-service

feat: `TracingService` to match `MetricService`
This commit is contained in:
Fredrik Adelöw
2026-05-12 12:15:30 +02:00
committed by GitHub
21 changed files with 1199 additions and 0 deletions
@@ -0,0 +1,5 @@
---
'@backstage/backend-test-utils': patch
---
Added a new tracing service mock to be leveraged in tests
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-plugin-api': patch
'@backstage/backend-defaults': patch
---
Adds an alpha `TracingService` to provide a unified interface for emitting trace spans across Backstage plugins.