Tapper v0.6.2 Tapper.Protocol View Source
Defines the intermediate data structures used between the Tracer, and Reporters,
containing only de-normalised fields relevant to the data transfer to trace collectors
(e.g. Zipkin server), de-coupling from internal Tracer server state. In particular,
protocol spans have a duration
, rather than an end_timestamp
.
See also
Link to this section Summary
Link to this section Types
Specs
duration() :: microseconds()
Specs
microseconds() :: integer()
Specs
timestamp() :: microseconds()