Commit Graph
3 Commits
Author SHA1 Message Date
Raven Scott 637c386e33 Bring Back Realtime Table Stats
Release rolling / release (push) Successful in 7m55s
2026-08-04 22:37:41 -04:00
Raven Scott c5015a66e8 Alert System Changes: Fixes applied (feature kept, load bounded)
Release rolling / release (push) Successful in 8m4s
1. Removed docker.df() entirely
2. Poll only what rules need
   • docker_daemon → cheap ping
   • container_health / stack_health → listContainers
   • resource → host statfs only (no Docker)
   • Event-only rules → no poll timer
3. Poll floor 60s, default 120s (was 15s min / 60s default)
4. No overlapping polls (pollInFlight)
5. Event path: drop noisy actions (exec_*, attach, …), match only relevant rules, serialize work (bounded queue)
6. UI status shows whether poll is active
2026-08-04 22:13:20 -04:00
Raven Scott a9e2b54c70 EXPERIMENTAL: new stats logic
Release rolling / release (push) Successful in 8m29s
2026-08-04 21:47:32 -04:00