Merge pull request #33349 from kurtaking/catalog-incremental-ingestion-metrics

refactor: use MetricsService in incremental catalog ingestion
This commit is contained in:
Patrik Oldsberg
2026-03-17 22:05:36 +01:00
committed by GitHub
9 changed files with 29 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
---
Migrated metrics from direct `@opentelemetry/api` usage to the alpha `MetricsService`, providing plugin-scoped metric attribution. The `@opentelemetry/api` dependency has been removed.