TraceTime
Timing information for a trace span.
Class Diagram
Section titled “Class Diagram”---
title: TraceTime
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class TraceTime {
+string start
+string end
+float64 duration
}
Yaml Example
Section titled “Yaml Example”start: 2026-04-04T12:00:00Zend: 2026-04-04T12:00:01Zduration: 1000Properties
Section titled “Properties”| 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 |