Tapper v0.6.2 Tapper.Tracer.Annotations View Source
Helpers for creating annotations in Tapper.Tracer.Server.
For client API, see helper functions in
Tapper(Tapper.annotation/2,Tapper.binary_annotation/4etc.).
Link to this section Summary
Link to this section Functions
Specs
annotation( value :: atom() | String.t(), timestamp :: Tapper.Timestamp.t(), Tapper.Endpoint.t() ) :: Tapper.Tracer.Trace.Annotation.t()
Specs
binary_annotation(type :: atom(), Tapper.Endpoint.t()) :: Tapper.Tracer.Trace.BinaryAnnotation.t()
Specs
binary_annotation( type :: atom(), key :: String.t() | atom(), value :: any(), Tapper.Endpoint.t() ) :: Tapper.Tracer.Trace.BinaryAnnotation.t() | nil