Skip to main content
Traces are the exact requests behind Monitor. Open them when a chart, customer report, Behavior, evaluator result, or Improve cycle needs proof. Traces page showing summary metric cards, time-series chart, and trace table rows

What the table shows

The Traces table gives you enough context to choose the right examples before opening the full trace:
ColumnWhat to check
Started AtWhether the request belongs to the incident or release window.
NameThe user request, route, workflow, or trace name you sent.
LatencyEnd-to-end request time.
CostProvider cost for model calls when available.
TokensInput, output, and total token counts.
First span inputQuick context from the first logged step.
Tags and attributesMetadata used for filtering and investigation.
Use clear trace names and safe metadata during instrumentation. A table full of generic names is hard to debug even when every request is technically logged. Traces table with started time, name, latency, cost, tokens, and first span input

Open a trace

Select a trace row to open the side sheet. The viewer shows the trace tree, waterfall mode, selected span details, metrics, metadata, raw payload, evaluator results, and actions such as opening a model span in Playground or adding it to a dataset. Open traces when you need to answer:
  • What did the model see?
  • What did the final response contain?
  • Which tool or function ran?
  • Did evaluator results attach to the right span?
  • Was the request slow because of one span or several?
  • Did metadata, tags, prompt context, or deployment context look correct?
For the full trace viewer workflow, see Inspect a trace.

Investigate from Monitor

When you arrive from a chart:
  1. Keep the same time range.
  2. Add one filter that matches the chart signal, such as prompt, model, status, evaluator, cost, latency, tokens, environment, or tool-related metadata.
  3. Sort or scan for representative traces.
  4. Open a few examples and compare spans.
  5. Save useful examples to a dataset or use them as context for Improve.
If the issue is repeated across many traces, check Behaviors before hand-picking examples. Behaviors can show whether the same pattern is recurring across production logs.

Export when evidence needs to leave the app

Use export for incident review, offline analysis, or handoff to another system. Export uses the current filter set, so confirm the filters and result count before sharing the file. Trace exports can contain production user content, metadata, IDs, tool responses, and model output. Treat them as sensitive data.

Inspect a trace

Read tree view, waterfall view, span details, and raw payloads.

Filter, search, export logs

Narrow the table and export the evidence that matters.

Deep search

Find similar traces by meaning when names and metadata are not enough.

Build datasets from logs

Turn representative spans into regression coverage.