NAME
OpenTracing::Tracer - application tracing
DESCRIPTION
This provides the interface between the OpenTracing API and the tracing service(s) for an application.
Typically a single process would have one tracer instance.
process
Returns the current OpenTracing::Process.
spans
Returns an arrayref of OpenTracing::Span instances.
span_list
Returns a list of OpenTracing::Span instances.
add_span
Adds a new OpenTracing::Span instance to this batch.
DESTROY
Triggers callbacks when the batch is discarded. Normally used by the transport mechanism to ensure that the batch is sent over to the tracing endpoint.
AUTHOR
Tom Molesworth <TEAM@cpan.org>
LICENSE
Copyright Tom Molesworth 2018-2020. Licensed under the same terms as Perl itself.