From 1d3345a906e39073d5959075cd24eabc278d681f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Jun 2024 10:22:12 +0200 Subject: update to 1.1.0 --- REFLECTION | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 68 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 97e9b19..6476564 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #68 ddtrace version 1.0.0beta1 ] { +Extension [ extension #108 ddtrace version 1.1.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -13,7 +13,7 @@ Extension [ extension #68 ddtrace version 1.0.0beta1 ] { Current = '/proc/self/cgroup' } Entry [ datadog.trace.sidecar_trace_sender ] - Current = 'false' + Current = '0' } Entry [ datadog.trace.sources_path ] Current = '/usr/share/pear/datadog_trace/src/' @@ -271,6 +271,9 @@ Extension [ extension #68 ddtrace version 1.0.0beta1 ] { Entry [ datadog.trace.hook_limit ] Current = '100' } + Entry [ datadog.trace.buffer_size ] + Current = '2097152' + } Entry [ datadog.trace.agent_max_payload_size ] Current = '52428800' } @@ -292,6 +295,9 @@ Extension [ extension #68 ddtrace version 1.0.0beta1 ] { Entry [ datadog.trace.wordpress_callbacks ] Current = 'true' } + Entry [ datadog.integration_metrics_enabled ] + Current = 'true' + } Entry [ datadog.trace.otel_enabled ] Current = 'false' } @@ -857,7 +863,7 @@ Extension [ extension #68 ddtrace version 1.0.0beta1 ] { Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTELEMETRY ] { 1 } Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTRACING ] { 2 } - Constant [ string DD_TRACE_VERSION ] { 1.0.0beta1 } + Constant [ string DD_TRACE_VERSION ] { 1.1.0 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 } @@ -1092,6 +1098,51 @@ Extension [ extension #68 ddtrace version 1.0.0beta1 ] { } - Return [ void ] } + Function [ function DDTrace\dogstatsd_count ] { + + - Parameters [3] { + Parameter #0 [ string $metric ] + Parameter #1 [ int $value ] + Parameter #2 [ array $tags = [] ] + } + - Return [ void ] + } + Function [ function DDTrace\dogstatsd_distribution ] { + + - Parameters [3] { + Parameter #0 [ string $metric ] + Parameter #1 [ float $value ] + Parameter #2 [ array $tags = [] ] + } + - Return [ void ] + } + Function [ function DDTrace\dogstatsd_gauge ] { + + - Parameters [3] { + Parameter #0 [ string $metric ] + Parameter #1 [ float $value ] + Parameter #2 [ array $tags = [] ] + } + - Return [ void ] + } + Function [ function DDTrace\dogstatsd_histogram ] { + + - Parameters [3] { + Parameter #0 [ string $metric ] + Parameter #1 [ float $value ] + Parameter #2 [ array $tags = [] ] + } + - Return [ void ] + } + Function [ function DDTrace\dogstatsd_set ] { + + - Parameters [3] { + Parameter #0 [ string $metric ] + Parameter #1 [ int $value ] + Parameter #2 [ array $tags = [] ] + } + - Return [ void ] + } Function [ function DDTrace\System\container_id ] { - Parameters [0] { @@ -1161,6 +1212,12 @@ Extension [ extension #68 ddtrace version 1.0.0beta1 ] { } - Return [ void ] } + Function [ function DDTrace\Internal\handle_fork ] { + + - Parameters [0] { + } + - Return [ void ] + } Function [ function dd_trace_env_config ] { - Parameters [1] { @@ -1325,14 +1382,14 @@ Extension [ extension #68 ddtrace version 1.0.0beta1 ] { - Parameters [2] { Parameter #0 [ string $functionName ] - Parameter #1 [ string $className = null ] + Parameter #1 [ ?string $className = null ] } - Return [ bool ] } Function [ function dd_trace_synchronous_flush ] { - Parameters [1] { - Parameter #0 [ int $timeout ] + Parameter #0 [ int $timeout = 100 ] } - Return [ void ] } @@ -1487,10 +1544,12 @@ Extension [ extension #68 ddtrace version 1.0.0beta1 ] { - Static methods [0] { } - - Properties [12] { + - Properties [14] { Property [ public ?string $name = '' ] Property [ public ?string $resource = '' ] Property [ public ?string $service = '' ] + Property [ public string $env = '' ] + Property [ public string $version = '' ] Property [ public ?string $type = '' ] Property [ public array $meta = [] ] Property [ public array $metrics = [] ] @@ -1544,10 +1603,12 @@ Extension [ extension #68 ddtrace version 1.0.0beta1 ] { - Static methods [0] { } - - Properties [20] { + - Properties [22] { Property [ public ?string $name = '' ] Property [ public ?string $resource = '' ] Property [ public ?string $service = '' ] + Property [ public string $env = '' ] + Property [ public string $version = '' ] Property [ public ?string $type = '' ] Property [ public array $meta = [] ] Property [ public array $metrics = [] ] -- cgit