Definition
Fields
Unique identifier for the trace. Auto-generated UUID if not provided.
Name describing the operation being traced.
List of spans belonging to this trace.
Unix timestamp in milliseconds when the trace started.
Unix timestamp in milliseconds when the trace ended.
None if still running.Tags for categorizing the trace.
Arbitrary metadata attached to the trace. The
version field from @observe is stored here as metadata["version"].Optional user identifier.
Optional session identifier.
JSON Serialization
Traces serialize with camelCase field names:See Also
- Span — Individual operations
- Core Concepts — Understanding traces

