D1: surface AlarmProviderSwitchCount on dashboard metric list

This commit is contained in:
Joseph Doherty
2026-06-14 23:49:02 -04:00
parent 371ce53409
commit 4af24b9518
2 changed files with 19 additions and 0 deletions
@@ -195,6 +195,7 @@ public sealed class DashboardSnapshotService : IDashboardSnapshotService
new("mxgateway.workers.exited", snapshot.WorkerExits),
new("mxgateway.heartbeats.failed", snapshot.HeartbeatFailures),
new("mxgateway.grpc.streams.disconnected", snapshot.StreamDisconnects),
new("mxgateway.alarms.provider_switches", snapshot.AlarmProviderSwitchCount),
];
metrics.AddRange(snapshot.CommandFailuresByMethod