UI componentsCharts
Latency Over Turns
User-perceived latency plotted turn-by-turn. Reveals drift, warm-up effects, and the one bad turn that tanks the average.
Preview
Loading latency over turns chart preview…
Installation
pnpm dlx agent-observability-ui@latest add latency-over-turns-chartnpx agent-observability-ui@latest add latency-over-turns-chartyarn dlx agent-observability-ui@latest add latency-over-turns-chartbunx --bun agent-observability-ui@latest add latency-over-turns-chartUsage
import { LatencyOverTurnsChart } from '@/components/latency-over-turns-chart'
;<LatencyOverTurnsChart />Props
| Prop | Type | Default | Description |
|---|---|---|---|
metrics | SessionMetrics | null | — | Override the metrics resolved from provider context. |