Setup
Usage with LangGraph
Usage with LangChain
What Gets Captured
| Attribute | Description |
|---|---|
| Agent steps | Each agent iteration as a span |
| Tool calls | Each tool invocation with input/output |
| LLM calls | All LLM calls within the chain/graph |
| Graph structure | Parent-child relationships between steps |
| Token usage | Aggregated across all LLM calls |
| Cost | Total cost for the full chain/graph execution |