Three dashboards every LLM endpoint needs
- Health — error rate, refusal rate, p50/p95 latency, token usage, cost per call. Alerted on.
- Quality — eval score, judge-flagged outputs, complaint rate, regeneration rate. Reviewed weekly.
- Routing — which prompt version / model / tool path served which traffic. Debugging surface for incidents.
Specific metrics to watch
- Output validation pass rate (schema match).
- Token cost per resolved request (not just per call).
- Tool-call retry rate.
- Reasoning-token consumption distribution.
- p95 latency by prompt version.
Alerts vs dashboards
Alert on the things that need a human now (cost spike, error rate, validation failure rate). Dashboard everything else. Wake people up for emergencies, not metrics.