refactor: use MetricsService

Signed-off-by: Kurt King <kurtaking@gmail.com>
This commit is contained in:
Kurt King
2026-03-23 23:37:58 -06:00
parent 6bfcd9967b
commit 961e274548
11 changed files with 51 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Migrated OpenTelemetry metrics to use the `MetricsService` from `@backstage/backend-plugin-api/alpha` instead of the raw `@opentelemetry/api` meter.