Tapper v0.4.1 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.

sends spans to a reporter; supports function and module reporters