diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-07 10:52:02 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-07 10:52:02 +0100 |
commit | be6083c8328d0a7f4a93087351dae976282992b4 (patch) | |
tree | d035ef1d53b0591fd57dc190c35ff5e467edecd5 /REFLECTION | |
parent | 33d5ef8201b1c9af844f729a4e198fe92157f860 (diff) |
update to 0.70.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 ddtrace version 0.69.0 ] { +Extension [ <persistent> extension #120 ddtrace version 0.70.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -90,6 +90,9 @@ Extension [ <persistent> extension #120 ddtrace version 0.69.0 ] { Entry [ datadog.trace.http_client_split_by_domain <ALL> ] Current = 'false' } + Entry [ datadog.trace.redis_client_split_by_host <ALL> ] + Current = 'false' + } Entry [ datadog.trace.memory_limit <ALL> ] Current = '' } @@ -516,7 +519,7 @@ Extension [ <persistent> 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 [ <persistent> extension #120 ddtrace version 0.69.0 ] { - Parameters [0] { } } + Function [ <internal:ddtrace> function DDTrace\set_distributed_tracing_context ] { + + - Parameters [4] { + Parameter #0 [ <required> $trace_id ] + Parameter #1 [ <required> $parent_id ] + Parameter #2 [ <optional> $origin = <default> ] + Parameter #3 [ <optional> $tags = <default> ] + } + } Function [ <internal:ddtrace> function dd_trace_reset ] { - Parameters [0] { @@ -856,7 +868,7 @@ Extension [ <persistent> 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 [ <persistent> 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] { |