—trace:full
Fetches all logs sharing the same trace ID as the current log and displays them as a chronological timeline. Useful for following the full request path across services during an incident.
Syntax
--trace:full
--trace Both forms are equivalent.
Usage
Open a log that has a trace ID, then run:
--trace:full All logs in the trace are fetched (up to 500), sorted by timestamp, and rendered as a timeline.
Notes
- Scoped to
detail-viewer— open a log first - Requires the log to have a
__traceIdfield; returns an empty timeline otherwise - Fetches up to 500 logs per trace
- Results are sorted ascending by timestamp
- No plan restrictions