Tapper v0.2.0 Tapper.Protocol.Span
A span, with hierarchy, start time, duration and annotations.
Summary
Types
t()
t() :: %Tapper.Protocol.Span{annotations: [Tapper.Protocol.Annotation.t], binary_annotations: [Tapper.Protocol.BinaryAnnotation.t], debug: boolean, duration: Tapper.Protocol.duration, id: span_id, name: term, parent_id: span_id, timestamp: Tapper.Protocol.timestamp, trace_id: trace_id}