Group
Extension

Matches 2

OpenTracing-Implementation-DataDog ( S/SN/SNEZ/OpenTracing-Implementation-DataDog-v0.47.2.tar.gz, SNEZ, 2025; MetaCPAN )
OpenTracing-Implementation-DataDog/lib/OpenTracing/Implementation/DataDog/Client.pm ( view source; MetaCPAN )
gether
with the DataDog specific data like C<resource_name>.

This structure will be send of as a JSON string to the local installed DataDog
agent.

=cut



our $VERSION = 'v0.47.2';

use English;

us
NV;
use MooX::ProtectedAttributes;
use MooX::Should;

use Carp;
use HTTP::Request ();
use JSON::MaybeXS qw(JSON);
use LWP::UserAgent;
use PerlX::Maybe qw/maybe provided/;
use Regexp::Common qw/URI/;
u
uild__default_http_headers {
    return [
        'Content-Type'                  => 'application/json; charset=UTF-8',
        'Datadog-Meta-Lang'             => 'perl',
        'Datadog-Meta-Lang-In
OpenTracing-Implementation-DataDog ( S/SN/SNEZ/OpenTracing-Implementation-DataDog-v0.47.2.tar.gz, SNEZ, 2025; MetaCPAN )
OpenTracing-Implementation-DataDog/lib/OpenTracing/Implementation/DataDog/Utils.pm ( view source; MetaCPAN )
special care needs to be taken when rendering to JSON, as the GO language
is not forgiving for double qouted values when using big numbers.
Use C<<JSON->allow_bignum>>.

=cut

use Math::BigInt::Random

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.