feat(monitors): sweep metric monitors per server with incidents per breach

This commit is contained in:
2026-09-17 08:59:24 +00:00
parent 4068349afe
commit 2017c95a7a
5 changed files with 160 additions and 0 deletions
+1
View File
@@ -37,4 +37,5 @@ func sweep(now time.Time) {
}
}()
services.SweepHeartbeats(now)
services.SweepMetricMonitors(now)
}