Tapper v0.3.1 Tapper.Protocol.Span View Source
A span, with hierarchy, start time, duration and annotations.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Tapper.Protocol.Span{annotations: [Tapper.Protocol.Annotation.t], binary_annotations: [Tapper.Protocol.BinaryAnnotation.t], debug: boolean, duration: Tapper.Protocol.duration | nil, id: span_id, name: term, parent_id: span_id | :root, timestamp: Tapper.Protocol.timestamp, trace_id: trace_id}