get_trace
Get ordered spans by trace ID for latency analysis and root-cause investigation.
Instructions
Fetch all spans for a single trace id (ordered by start time) for latency/root-cause analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| traceId | Yes | The trace.id value. | |
| from | No | DQL timeframe start expression (default 'now()-4h'). |