Skip to content
Prompty

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
Name Type Description
start string ISO 8601 UTC timestamp when the span started
end string ISO 8601 UTC timestamp when the span ended
duration float64 Duration of the span in milliseconds