What to observe
LLM observability should show the full path from user input to final answer: prompt, retrieved context, model call, tool calls, token usage, latency, cost, error, and evaluator result.
- Trace retrieval and tool steps, not only the final model call.
- Capture prompt versions and model routes.
- Redact sensitive data before storing traces.