Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 649 Bytes

Trace.md

File metadata and controls

14 lines (10 loc) · 649 Bytes

Trace

Properties

Name Type Description Notes
end_ms int Trace end time (in milliseconds) [optional]
spans list[Span] Spans associated with this trace [optional]
start_ms int Trace start time (in milliseconds) [optional]
total_duration_ms int Trace total duration (in milliseconds) [optional]
trace_id str Trace ID [optional]

[Back to Model list] [Back to API list] [Back to README]