
Where spans live
Span review now happens inside the trace side sheet:- Open Traces from the sidebar or from a Monitor chart.
- Select a trace row.
- Choose Tree or Waterfall mode.
- Select the span you want to inspect.
What to inspect
Depending on the span type, the detail panel can include:| Detail | Why it matters |
|---|---|
| Metrics | Duration, status, token usage, and cost. |
| Completion | Model input and output content for model spans. |
| Variables | Runtime variable values used by the prompt. |
| Evaluations | Continuous evaluation results attached to the span. |
| Metadata | Tags, attributes, IDs, provider/model details, and app context. |
| Raw | The structured payload Adaline stored for exact debugging or export. |

Tree and waterfall
Tree view is best for structure. It shows parent-child relationships between orchestration, model calls, tools, functions, retrieval, and custom spans. Waterfall view is best for timing. It shows where latency is spent and whether operations ran sequentially or in parallel.
Actions from a span
For supported spans, the details panel can provide actions such as:- Open in Playground to reproduce a model call with production inputs.
- Add to Dataset to preserve the case as regression or golden coverage.
- Copy raw JSON when a teammate or external system needs exact evidence.
Inspect a trace
See the full trace viewer workflow.
Build datasets from logs
Convert useful model spans into dataset rows.
Use logs to improve prompts
Use span evidence to guide prompt improvement.
Setup continuous evaluations
Attach evaluator results to production spans.