D1: surface AlarmProviderSwitchCount on dashboard metric list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user