Reference · Glossary

LLM tracing

Last updated

Recording **prompts, tool calls, latencies, and outputs** per request so you can debug production AI flows.

When to use

Any multi-step app (RAG, agents, MCP) where failures are hard to reproduce.

When not to

Logging raw secrets or full PII — redact first.

Example

Trace shows retrieval returned 0 chunks → explains empty citation in the answer.