RunTrace
A run’s span tree. The waterfall view is built on top of this.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
id |
yes | string (uuid) |
The database identifier. | — |
traceId |
yes | string |
The W3C trace identifier (32-character hex). | — |
runId |
no | string (uuid) |
The associated run. null for spans without a run. |
— |
tenantId |
yes | string |
The tenant identifier. | — |
startedAt |
yes | string (date-time) |
The first span’s start (UTC). | — |
endedAt |
no | string (date-time) |
The last span’s end (UTC). | — |
spans |
no | array of TraceSpan |
The spans, ordered by start time. | — |