Tapper v0.6.0 Tapper.Reporter View Source
Generic reporter support functions.
Link to this section Summary
Functions
Raises if the given reporter
is not a module implementing the Tapper.Reporer.Api
behaviour, nor a function with artity 1; else returns reporter
sends spans to a reporter; supports function and module reporters
Link to this section Functions
Link to this function
ensure_reporter!(reporter) View Source
Raises if the given reporter
is not a module implementing the Tapper.Reporer.Api
behaviour, nor a function with artity 1; else returns reporter
.
Link to this function
send(reporter, spans) View Source
sends spans to a reporter; supports function and module reporters