From be6083c8328d0a7f4a93087351dae976282992b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Feb 2022 10:52:02 +0100 Subject: update to 0.70.0 --- REFLECTION | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index bf45e5f..26b92f2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 ddtrace version 0.69.0 ] { +Extension [ extension #120 ddtrace version 0.70.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -90,6 +90,9 @@ Extension [ extension #120 ddtrace version 0.69.0 ] { Entry [ datadog.trace.http_client_split_by_domain ] Current = 'false' } + Entry [ datadog.trace.redis_client_split_by_host ] + Current = 'false' + } Entry [ datadog.trace.memory_limit ] Current = '' } @@ -516,7 +519,7 @@ Extension [ extension #120 ddtrace version 0.69.0 ] { } - Constants [7] { - Constant [ string DD_TRACE_VERSION ] { 0.69.0 } + Constant [ string DD_TRACE_VERSION ] { 0.70.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 } @@ -647,6 +650,15 @@ Extension [ extension #120 ddtrace version 0.69.0 ] { - Parameters [0] { } } + Function [ function DDTrace\set_distributed_tracing_context ] { + + - Parameters [4] { + Parameter #0 [ $trace_id ] + Parameter #1 [ $parent_id ] + Parameter #2 [ $origin = ] + Parameter #3 [ $tags = ] + } + } Function [ function dd_trace_reset ] { - Parameters [0] { @@ -856,7 +868,7 @@ Extension [ extension #120 ddtrace version 0.69.0 ] { - Static methods [0] { } - - Properties [8] { + - Properties [9] { Property [ public $name = NULL ] Property [ public $resource = NULL ] Property [ public $service = NULL ] @@ -865,6 +877,7 @@ Extension [ extension #120 ddtrace version 0.69.0 ] { Property [ public $metrics = NULL ] Property [ public $exception = NULL ] Property [ public $parent = NULL ] + Property [ public $id = NULL ] } - Methods [2] { -- cgit