Merge pull request #33357 from Believe-SA/slack-metrics-notif

Refactor Slack Notifications Backend Module to use MetricsApi
This commit is contained in:
Patrik Oldsberg
2026-03-17 21:38:57 +01:00
committed by GitHub
6 changed files with 51 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications-backend-module-slack': patch
---
The Slack notification processor now uses the `MetricsService` to create metrics, providing plugin-scoped attribution. `{message}` unit has also been added.