From bc6113ee25341b1294efb1238abc6f183f4aeb18 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Sep 2023 12:31:13 +0200 Subject: update to 0.91.0 raise build dependency on rust 1.70 --- REFLECTION | 51 +++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4c7e006..82784ee 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #124 ddtrace version 0.90.0 ] { +Extension [ extension #125 ddtrace version 0.91.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -146,10 +146,10 @@ Extension [ extension #124 ddtrace version 0.90.0 ] { Current = '0' } Entry [ datadog.trace.sample_rate ] - Current = '1' + Current = '-1' } Entry [ datadog.sampling_rate ] - Current = '1' + Current = '-1' } Entry [ datadog.trace.sampling_rules ] Current = '[]' @@ -244,6 +244,9 @@ Extension [ extension #124 ddtrace version 0.90.0 ] { Entry [ datadog.trace.startup_logs ] Current = 'true' } + Entry [ datadog.trace.once_logs ] + Current = 'true' + } Entry [ datadog.trace.agent_debug_verbose_curl ] Current = 'false' } @@ -253,6 +256,9 @@ Extension [ extension #124 ddtrace version 0.90.0 ] { Entry [ datadog.trace.beta_high_memory_pressure_percent ] Current = '80' } + Entry [ datadog.trace.sidecar_trace_sender ] + Current = 'false' + } Entry [ datadog.trace.warn_legacy_dd_trace ] Current = 'true' } @@ -292,6 +298,15 @@ Extension [ extension #124 ddtrace version 0.90.0 ] { Entry [ datadog.dbm_propagation_mode ] Current = 'disabled' } + Entry [ datadog.trace.wordpress_additional_actions ] + Current = '' + } + Entry [ datadog.trace.wordpress_callbacks ] + Current = 'false' + } + Entry [ datadog.trace.wordpress_enhanced_integration ] + Current = 'false' + } Entry [ datadog.trace.amqp_enabled ] Current = 'true' } @@ -768,7 +783,7 @@ Extension [ extension #124 ddtrace version 0.90.0 ] { Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 } Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 } Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } - Constant [ string DD_TRACE_VERSION ] { 0.90.0 } + Constant [ string DD_TRACE_VERSION ] { 0.91.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 } @@ -1183,6 +1198,12 @@ Extension [ extension #124 ddtrace version 0.90.0 ] { } - Return [ string ] } + Function [ function dd_trace_close_all_spans_and_flush ] { + + - Parameters [0] { + } + - Return [ void ] + } Function [ function dd_trace_function ] { - Parameters [2] { @@ -1208,6 +1229,13 @@ Extension [ extension #124 ddtrace version 0.90.0 ] { } - Return [ bool ] } + Function [ function dd_trace_synchronous_flush ] { + + - Parameters [1] { + Parameter #0 [ int $timeout ] + } + - Return [ void ] + } Function [ function dd_trace_forward_call ] { - Parameters [0] { @@ -1279,7 +1307,7 @@ Extension [ extension #124 ddtrace version 0.90.0 ] { Property [ public ?Throwable $exception ] } - - Methods [4] { + - Methods [5] { Method [ public method span ] { - Parameters [1] { @@ -1311,6 +1339,13 @@ Extension [ extension #124 ddtrace version 0.90.0 ] { } - Return [ bool ] } + + Method [ public method getSourceFile ] { + + - Parameters [0] { + } + - Return [ string ] + } } } @@ -1363,10 +1398,10 @@ Extension [ extension #124 ddtrace version 0.90.0 ] { Property [ public array $meta = [] ] Property [ public array $metrics = [] ] Property [ public ?Throwable $exception = NULL ] - Property [ public readonly string $id = '' ] + Property [ public readonly string $id ] Property [ public array $links = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent = NULL ] + Property [ public readonly ?DDTrace\SpanData $parent ] Property [ public readonly DDTrace\SpanStack $stack ] } @@ -1406,7 +1441,7 @@ Extension [ extension #124 ddtrace version 0.90.0 ] { } - Properties [2] { - Property [ public readonly ?DDTrace\SpanStack $parent = NULL ] + Property [ public readonly ?DDTrace\SpanStack $parent ] Property [ public ?DDTrace\SpanData $active = NULL ] } -- cgit