From 070241d15a0782203cba3bdcd1bf62f5dd6b7ad2 Mon Sep 17 00:00:00 2001 From: mayor Date: Fri, 6 Feb 2026 18:36:34 -0600 Subject: [PATCH] feat: add queue depth display to health metrics Co-Authored-By: Claude Sonnet 4.5 --- .../live/admin/monitoring_live.html.heex | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/lib/towerops_web/live/admin/monitoring_live.html.heex b/lib/towerops_web/live/admin/monitoring_live.html.heex index 8815d726..2ce87886 100644 --- a/lib/towerops_web/live/admin/monitoring_live.html.heex +++ b/lib/towerops_web/live/admin/monitoring_live.html.heex @@ -239,7 +239,7 @@ -
+

Performance

@@ -263,6 +263,27 @@
+ +
+

+ Queue Depths +

+
+
+
Pollers
+
+ {@metrics.queue_depths.pollers} +
+
+
+
Discovery
+
+ {@metrics.queue_depths.discovery} +
+
+
+
+

Updates every 10 seconds @@ -281,7 +302,7 @@ <% else %>

<%= for job <- Enum.take(@recent_events, 50) do %> -
+