'OpenTracing GlobalTracer' is Copyright (C) 2019, Perceptyx Inc, Theo van Hoesel
Get easy access to the OpenTracing Singleton
use OpenTracing::GlobalTracer qw/$my_glabal_tracer/;
and in the various part of the code:
my $span = $my_glabal_tracer->get_active_span;
my $scope = $my_glabal_tracer->sart_active_span( $operation_name );
This module give easy access to the OpenTracing singleton.
During import, when use
ing the module, it can take the name of a variable to
use in the current scope.
The modules provide two methods, set_global_tracer
and get_global_tracer
.
If none is set (or cleared), per definition, it will give back a 'NoOp' implementation.
This package is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.
This package 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.