Inspect a trace
Open any row in the Logs explorer to see the full trace. The detail page has tabs, each reading the underlying records on demand.The tabs
When a collection has more than 100 records, use its Load more control
until the continuation is complete. The counts are exact, not estimates.
What to look for first
- Timeline — find the long span. That is usually where time goes.
- Tools — look for
errorrows. A tool failure often masquerades as a model failure. - Cost — a cost spike with few user-facing turns often means a hidden loop.
- Evidence — if provenance is
incomplete, this trace cannot be used as release evidence until the gap is fixed.