DistributedTrace
Defined in: types.ts:383
A stitched distributed trace spanning multiple execution graphs.
Properties
childMap
readonlychildMap:ReadonlyMap<string, readonlystring[]>
Defined in: types.ts:387
endTime
readonlyendTime:number|null
Defined in: types.ts:389
graphs
readonlygraphs:ReadonlyMap<string,ExecutionGraph>
Defined in: types.ts:385
rootGraph
readonlyrootGraph:ExecutionGraph
Defined in: types.ts:386
startTime
readonlystartTime:number
Defined in: types.ts:388
status
readonlystatus:GraphStatus
Defined in: types.ts:390
traceId
readonlytraceId:string
Defined in: types.ts:384