=head1 NAME OpenTracing::Role - common attributes and methods for OpenTracing =head1 DESCRIPTION This package and related roles provide a set off attributes methods that will be required by a OpenTracing compliant implementation. If these are missing, then it may cause issues being compatible with other modules and or frameworks that need the deeper voodoo magic inside Opentracing. =head2 Provided roles This distribution provides the following roles: =over 4 =item L References are used by C methods C and C to create "casual span references" =item L A C formalizes the activation and deactivation of a C, usually from a CPU standpoint. =item L The C interface abstracts both the activation of C instances via C and access to an active C via C. =item L A C represents a unit of work executed on behalf of a C. =item L A C represents C state that must be propagated to descendant C's and across process boundaries. =item L The C is the entry point API between instrumentation code and the tracing implementation. =back =head1 AUTHOR Theo van Hoesel =head1 COPYRIGHT AND LICENSE 'OpenTracing Roles' is Copyright (C) 2020, Perceptyx Inc This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. This library is distributed in the hope that it will be useful, but it is provided "as is" and without any express or implied warranties. For details, see the full text of the license in the file LICENSE.