Files
openchamber/packages/ui/src/components
Tom Rochette ecc70fa15d feat(debug): add fetch requests-in-flight tracker with age percentiles
Adds a 'Requests' tab to the debug panel (Ctrl/Cmd+Shift+D) that wraps
window.fetch while the panel is open to track every request as in-flight
from call to promise settle, sampled once per second over a 5-minute
rolling window.

Charts:
- in-flight request count over time (current + peak)
- p50/p90/p99/max age distribution of currently in-flight requests,
  with the legend below the chart and a y-axis max label for scale

Tracking is fully gated behind the panel: closing it stops the sampling
interval, unwraps window.fetch, and drops all state (zero overhead when
not debugging). i18n keys added to all 9 locales.
2026-06-24 05:24:48 +00:00
..
2026-06-15 14:02:16 +03:00
2026-06-08 18:50:56 +03:00
2026-06-14 01:39:49 +03:00
2026-05-25 01:38:19 +03:00
2026-06-10 12:00:10 +03:00