TracesA waterfall view of
A waterfall view of
every request.
Watch a request move through every service, queue, and database call it touches, with exact timing for each hop, so you can see precisely where time goes.
~/traces/8f3a1e2c
api-gateway
auth-middleware
ai-service /chat
planQuery (groq)
query_clickhouse
query_database
answer stream (SSE)
gateway / stream auth / planning ClickHouse Postgres (slow)
Why it matters
See the whole request, not one service at a time
Full distributed waterfall
Every service and span the request passed through, laid out on one timeline instead of scattered across separate dashboards.
Span-level timing
Exact duration for each hop, so a 1.2 second database call stands out instead of hiding inside a 1.8 second total.
Jump to the slow hop
Click any span in the waterfall to open it directly in the Debugger and see exactly what it did.

