Skip to content

TraceTime

Timing information for a trace span.

---
title: TraceTime
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class TraceTime {
        +string start
        +string end
        +float64 duration
    }
start: 2026-04-04T12:00:00Z
end: 2026-04-04T12:00:01Z
duration: 1000
NameTypeDescription
startstringISO 8601 UTC timestamp when the span started
endstringISO 8601 UTC timestamp when the span ended
durationfloat64Duration of the span in milliseconds