Skip to main content
Query a single page of spans emitted while running a job.

Parameters

uuid.UUID
required
The ID of the job to query spans for.
[]job.TelemetryQueryOption
Options for querying spans.

Options

Start the query after the cursor returned by a previous page.
Limit the number of spans returned in this page.
Sort spans by start time. Use job.Ascending for oldest first or job.Descending for newest first.

Returns

A SpanPage with spans and an optional NextCursor for the next page.