Charts
Volume
Trace count per bucket. First thing to check after a deploy — sudden drops mean the ingest is broken; sudden spikes mean something looped.Error rate
Fraction of traces withsetError() or uncaught exceptions. Dashed overlay shows the previous period for comparison.
Latency percentiles
p50, p95, p99 of trace wall-clock duration. Toggle by metric to overlay. Most teams treat p95 as the SLI.
Cost
Sum of(prompt_tokens + completion_tokens) × model_price per bucket. Split by model on click to see which model dominates.
Feedback positive rate
Fraction of feedback-labeled traces withlabel="good". Low-signal if feedback volume is low — watch the companion count chart.
Eval pass rate
Fraction ofpass labels over the eval runs in the window. Per-evaluator breakdown via the metric picker.
Filters
Apply across all charts on the page:- Project
- Environment (
production/staging/ your custom labels) - Model
- Metadata key/value — e.g.
metadata.tier = "pro"ormetadata.feature = "rag_v2"
Drilling down
- Click any point on a chart → jump to Traces filtered by that bucket and current filters
- Click a model label in the legend → filter all charts to that model
- Right-click a chart → Copy embed URL for sharing with teammates