Skip to main content

DistributedTrace

Defined in: types.ts:301

A stitched distributed trace spanning multiple execution graphs.

Properties

childMap

readonly childMap: ReadonlyMap<string, readonly string[]>

Defined in: types.ts:305


endTime

readonly endTime: number | null

Defined in: types.ts:307


graphs

readonly graphs: ReadonlyMap<string, ExecutionGraph>

Defined in: types.ts:303


rootGraph

readonly rootGraph: ExecutionGraph

Defined in: types.ts:304


startTime

readonly startTime: number

Defined in: types.ts:306


status

readonly status: GraphStatus

Defined in: types.ts:308


traceId

readonly traceId: string

Defined in: types.ts:302