Tapper v0.6.2 Tapper.Protocol.Span View Source
A span, with hierarchy, start time, duration and annotations.
Link to this section Summary
Link to this section Types
Specs
span_id() :: binary()
Specs
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()
}
Specs
trace_id() :: binary()