NAME
OpenTracing::Implementation::DataDog::Agent - A Client that sends off the data
SYNOPSIS
use
alias OpenTracing::Implementation::DataDog::Agent;
my
$dd_agent
= Agent->new(
user_agent
=> LWP::UserAgent->new();
host
=>
'localhost'
,
port
=>
'8126'
,
path
=>
'v0.3/traces'
,
);
# these are defaults
and later:
$dd_agent
->send_span(
$span
);