Skip to main content

DistributedTrace

Defined in: types.ts:383

A stitched distributed trace spanning multiple execution graphs.

Properties

childMap

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

Defined in: types.ts:387


endTime

readonly endTime: number | null

Defined in: types.ts:389


graphs

readonly graphs: ReadonlyMap<string, ExecutionGraph>

Defined in: types.ts:385


rootGraph

readonly rootGraph: ExecutionGraph

Defined in: types.ts:386


startTime

readonly startTime: number

Defined in: types.ts:388


status

readonly status: GraphStatus

Defined in: types.ts:390


traceId

readonly traceId: string

Defined in: types.ts:384