NAME

OpenTracing::Integration::DBI - support DBI tracing

SYNOPSIS

use OpenTracing::Integration qw(DBI);
my $dbh = DBI->connect(...);
$dbh->selectall_arrayref(qw{select * from information_schema.tables});

DESCRIPTION

See OpenTracing::Integration for more details.

AUTHOR

Original implementation by Tom Molesworth TEAM@cpan.org with contributions from VTI.

LICENSE

Copyright Tom Molesworth 2020. Licensed under the same terms as Perl itself.