The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OpenTracing::Integration::HTTP::Tiny - support HTTP::Tiny tracing

SYNOPSIS

 use OpenTracing::Integration qw(HTTP::Tiny);
 HTTP::Tiny->new->get('https://metacpan.org');

DESCRIPTION

See OpenTracing::Integration for more details.

Since this is a core module, it's included in the OpenTracing core distribution as well.

AUTHOR

Tom Molesworth TEAM@cpan.org

LICENSE

Copyright Tom Molesworth 2018-2021. Licensed under the same terms as Perl itself.