05/Observability
Live Gateway
A real-time transaction dashboard — who is requesting right now.
The Live Gateway page streams requests flowing through the gateway in real time (SSE). It shows requests currently "in flight" (who, which model), a live feed of completed transactions (user, model, status, duration, tokens, source), and session counters.
- In flight now
- Requests running right now; start seen, end not yet received.
- Live transactions
- A newest-first rolling list of completed transactions.
- Transport
- Redis pub/sub → SSE. The proxy publishes events at request start/end; the panel listens via EventSource.
Reached via Observability → Live Gateway. Completed transactions arrive ~instantly (the persistent log is additionally stored via ~2s batched writes).