Agent Observability
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-chart
npx agent-observability-ui@latest add latency-over-turns-chart
yarn dlx agent-observability-ui@latest add latency-over-turns-chart
bunx --bun agent-observability-ui@latest add latency-over-turns-chart

Usage

import { LatencyOverTurnsChart } from '@/components/latency-over-turns-chart'

;<LatencyOverTurnsChart />

Props

PropTypeDefaultDescription
metricsSessionMetrics | nullOverride the metrics resolved from provider context.

On this page