Skip to main content

Module 6 · Traces & observability

Every run your agent has ever made was quietly recorded as a trace — a timeline of every LLM call, tool call, and retrieval. This module teaches you to read those traces: what a span is, its anatomy, how to spot the slowest step on a timeline, where latency and cost actually come from, and how to debug a failing run. By the end you can open any run and explain what happened, in order, and why.