Skip to main content

DistributedTrace

Defined in: types.ts:385

A stitched distributed trace spanning multiple execution graphs.

Properties

childMap

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

Defined in: types.ts:389


endTime

readonly endTime: number | null

Defined in: types.ts:391


graphs

readonly graphs: ReadonlyMap<string, ExecutionGraph>

Defined in: types.ts:387


rootGraph

readonly rootGraph: ExecutionGraph

Defined in: types.ts:388


startTime

readonly startTime: number

Defined in: types.ts:390


status

readonly status: GraphStatus

Defined in: types.ts:392


traceId

readonly traceId: string

Defined in: types.ts:386