danscMax
18a8da6df7
fix(dashboard): topology reflects connection health + clears finished requests ( #7672 )
...
The provider topology only lit nodes from live/recent traffic, so between
requests (and right after a restart) it went blank even though 50+ connections
were healthy — which reads as "lost providers". Two root causes:
1. Stuck-green latch: request.completed/request.failed are declared in the
dashboard event map and consumed by useLiveRequests to drain the active-request
set, but they were never emitted (only request.started was). A node's green
"active" pulse therefore only cleared on a page reload, and accumulated over a
session. Emit the terminal event from persistAttemptLogs — keyed by the same
traceId as request.started — through a pure resolveRequestLifecycleEvent()
helper (2xx/3xx + no error => completed, else failed).
2. No at-rest state: the map had nothing to show when idle. Colour each node by
connection health (green connected / red error / grey idle) as a base layer,
with live/recent traffic still taking precedence and pulsing brighter on top.
edgeStyle() gains an optional trailing `healthy` param (static dim green) and
StatusDot a `pulse` prop (static dot for connected-at-rest); both backward
compatible. Legend "Active" -> "Connected".
Tests: resolveRequestLifecycleEvent success/failure/token-alias units, edgeStyle
healthy variant + precedence, and source guards for the emit wiring (traceId
threaded into persistAttemptLogs) and the health-colour wiring.
Co-authored-by: Diego Rodrigues de Sa e Souza <diegosouza.pw@gmail.com >
Co-authored-by: Diego Rodrigues de Sa e Souza <diegosouzapw@users.noreply.github.com >
2026-07-19 20:52:43 -03:00
..
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-23 03:08:29 -03:00
2026-07-11 01:33:24 -03:00
2026-06-27 09:07:12 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-22 03:17:02 -03:00
2026-07-04 13:00:30 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-04 13:00:30 -03:00
2026-06-21 08:56:51 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-07-14 16:24:19 -03:00
2026-07-02 10:47:13 -03:00
2026-06-20 14:55:24 -03:00
2026-06-01 14:30:17 -03:00
2026-06-20 14:55:24 -03:00
2026-07-17 10:40:05 -03:00
2026-07-02 10:47:13 -03:00
2026-06-22 03:17:02 -03:00
2026-07-02 10:47:13 -03:00
2026-06-17 02:43:21 -03:00
2026-06-17 19:26:32 -03:00
2026-06-14 10:45:22 -03:00
2026-06-14 10:45:22 -03:00
2026-07-02 10:47:13 -03:00
2026-07-18 11:34:06 -03:00
2026-06-27 09:07:12 -03:00
2026-06-26 02:51:06 -03:00
2026-06-01 14:30:17 -03:00
2026-07-17 10:40:05 -03:00
2026-07-17 22:09:21 -03:00
2026-06-01 14:30:17 -03:00
2026-07-02 10:47:13 -03:00
2026-06-19 06:49:01 -03:00
2026-06-19 06:49:01 -03:00
2026-06-23 17:06:18 -03:00
2026-07-02 10:47:13 -03:00
2026-06-29 08:40:06 -03:00
2026-06-19 06:49:01 -03:00
2026-06-14 10:45:22 -03:00
2026-06-22 03:17:02 -03:00
2026-07-14 16:24:19 -03:00
2026-07-04 13:00:30 -03:00
2026-07-14 16:24:19 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-06-23 17:06:18 -03:00
2026-07-18 03:07:25 -03:00
2026-07-19 14:37:08 -03:00
2026-07-02 10:47:13 -03:00
2026-07-14 16:24:19 -03:00
2026-07-14 16:24:19 -03:00
2026-07-04 13:00:30 -03:00
2026-07-17 06:11:35 -03:00
2026-07-02 10:47:13 -03:00
2026-06-27 09:07:12 -03:00
2026-07-19 20:52:43 -03:00
2026-06-23 03:08:29 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-15 03:32:11 -03:00
2026-06-01 14:30:17 -03:00
2026-06-15 03:32:11 -03:00
2026-06-21 08:56:51 -03:00
2026-06-14 10:45:22 -03:00
2026-07-18 11:34:06 -03:00
2026-06-27 09:07:12 -03:00
2026-06-14 10:45:22 -03:00
2026-07-18 15:14:28 -03:00
2026-07-18 15:13:19 -03:00
2026-07-17 10:40:37 -03:00
2026-06-27 09:07:12 -03:00
2026-06-07 07:20:02 -03:00
2026-06-05 13:12:52 -03:00
2026-07-14 21:21:52 -03:00
2026-07-14 16:24:19 -03:00
2026-06-23 17:06:18 -03:00
2026-07-18 15:14:28 -03:00
2026-07-14 16:24:19 -03:00
2026-07-04 13:00:30 -03:00
2026-06-28 06:58:29 -03:00
2026-06-27 09:07:12 -03:00
2026-06-19 06:49:01 -03:00
2026-06-27 09:07:12 -03:00
2026-07-19 15:51:23 -03:00
2026-07-04 13:00:30 -03:00
2026-07-11 21:36:25 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-07-02 10:47:13 -03:00
2026-06-01 14:30:17 -03:00
2026-06-27 09:07:12 -03:00
2026-07-17 10:40:18 -03:00
2026-06-22 03:17:02 -03:00
2026-07-14 21:45:25 -03:00
2026-06-22 03:17:02 -03:00
2026-06-05 13:12:52 -03:00
2026-06-19 06:49:01 -03:00
2026-06-22 03:17:02 -03:00
2026-07-18 21:19:23 -03:00
2026-06-20 14:55:24 -03:00
2026-07-08 07:56:44 -03:00
2026-07-18 15:14:18 -03:00
2026-06-23 03:08:29 -03:00
2026-07-07 21:18:18 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-10 19:40:13 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-27 09:07:12 -03:00
2026-06-01 14:30:17 -03:00
2026-06-27 09:07:12 -03:00
2026-06-22 03:17:02 -03:00
2026-06-23 03:08:29 -03:00
2026-07-19 14:13:33 -03:00
2026-06-17 19:26:32 -03:00
2026-07-09 23:20:14 -03:00
2026-07-19 14:37:08 -03:00
2026-07-04 13:00:30 -03:00
2026-06-01 14:30:17 -03:00
2026-06-29 08:40:06 -03:00
2026-07-04 13:00:30 -03:00
2026-06-01 14:30:17 -03:00
2026-07-11 01:03:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-29 08:40:06 -03:00
2026-06-17 19:26:32 -03:00
2026-07-18 15:12:43 -03:00
2026-06-12 23:49:22 -03:00
2026-06-10 13:49:08 -03:00
2026-06-29 08:40:06 -03:00
2026-07-14 16:24:19 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-21 08:56:51 -03:00
2026-07-18 15:13:19 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-19 06:49:01 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-06-17 02:43:21 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-28 06:58:29 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-25 13:17:40 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-07-14 16:24:19 -03:00
2026-06-27 09:07:12 -03:00
2026-07-18 15:14:23 -03:00
2026-06-14 10:45:22 -03:00
2026-07-07 21:01:45 -03:00