NormalizedTrace
NormalizedTrace =
object
Normalized trace captured during a harness run.
Properties
Section titled “Properties”durationMs?
Section titled “durationMs?”
optionaldurationMs?:number
Trace duration in milliseconds.
finishedAt?
Section titled “finishedAt?”
optionalfinishedAt?:string
ISO timestamp for the end of the trace.
optionalid?:string
Runtime or provider trace id when one is available.
metadata?
Section titled “metadata?”
optionalmetadata?:Record<string,JsonValue>
Extra JSON-safe trace metadata.
optionalname?:string
Human-readable trace or workflow name.
spans:
NormalizedSpan[]
Spans that make up this trace.
startedAt?
Section titled “startedAt?”
optionalstartedAt?:string
ISO timestamp for the start of the trace.