DistributedTrace
Defined in: types.ts:301
A stitched distributed trace spanning multiple execution graphs.
Properties
childMap
readonlychildMap:ReadonlyMap<string, readonlystring[]>
Defined in: types.ts:305
endTime
readonlyendTime:number|null
Defined in: types.ts:307
graphs
readonlygraphs:ReadonlyMap<string,ExecutionGraph>
Defined in: types.ts:303
rootGraph
readonlyrootGraph:ExecutionGraph
Defined in: types.ts:304
startTime
readonlystartTime:number
Defined in: types.ts:306
status
readonlystatus:GraphStatus
Defined in: types.ts:308
traceId
readonlytraceId:string
Defined in: types.ts:302