Traces & Spans
Full request-chain visibility with nested span trees. Debug P3 cycles (Plan → Execute → Reflect) and multi-step agent workflows.
Collect, store, and query traces, spans, and metrics across LLM and agent workflows. Built in Rust for speed and reliability.
XtraceLayer for xtrace-client (feature = "tracing"). Automatically push metrics from tracing events and span durations with zero manual instrumentation. Batched background flush, non-blocking hot path. agg=p50|p90|p99 via PostgreSQL percentile_cont, and group_by to split time-series by any label key. Frontend dashboard with trace list and detail viewer. RATE_LIMIT_QPS and RATE_LIMIT_BURST. Returns 429 Too Many Requests with a Retry-After header.