AWS-XRay

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

t/04_sampling.t
t/05_sampled_header.t
t/06_sampler.t
t/07_buffer.t
t/08_add.t
t/09_wantarray.t
t/10_plugin_ec2_v1.t
t/10_plugin_ec2_v2.t
t/11_valid_name.t
t/12_croak_capture.t
t/13_json_encoding.t
t/Util.pm
xt/01_overhead.t
META.yml
MANIFEST

lib/AWS/XRay.pm  view on Meta::CPAN

        local *capture = $org;
        local *trace   = $org;
        capture(@_);
    };
    *trace = \&capture;
}

1;
__END__

=encoding utf-8

=head1 NAME

AWS::XRay - AWS X-Ray tracing library

=head1 SYNOPSIS

    use AWS::XRay qw/ capture /;

    capture "myApp", sub {



( run in 0.238 second using v1.01-cache-2.11-cpan-4d50c553e7e )