From 6fd250f6e2481fcc9a2a50065fa5f397991beba5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Nov 2022 14:19:39 +0100 Subject: update to 0.81.0 --- REFLECTION | 68 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 51 insertions(+), 17 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b3ffb4c..d6cbcc9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 ddtrace version 0.80.0 ] { +Extension [ extension #122 ddtrace version 0.81.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -121,6 +121,9 @@ Extension [ extension #120 ddtrace version 0.80.0 ] { Entry [ datadog.trace.http_url_query_param_allowed ] Current = '*' } + Entry [ datadog.trace.rate_limit ] + Current = '0' + } Entry [ datadog.trace.sample_rate ] Current = '1' } @@ -217,12 +220,6 @@ Extension [ extension #120 ddtrace version 0.80.0 ] { Entry [ datadog.trace.obfuscation_query_string_regexp ] Current = '(?i)(?:p(?:ass)?w(?:or)?d|pass(?:_?phrase)?|secret|(?:api_?|private_?|public_?|access_?|secret_?)key(?:_?id)?|token|consumer_?(?:id|key|secret)|sign(?:ed|ature)?|auth(?:entication|orization)?)(?:(?:\s|%20)*(?:=|%3D)[^&]+|(?:"|%22)(?:\s|%20)*(?::|%3A)(?:\s|%20)*(?:"|%22)(?:%2[^2]|%[^2]|[^"%])+(?:"|%22))|bearer(?:\s|%20)+[a-z0-9\._\-]|token(?::|%3A)[a-z0-9]{13}|gh[opsu]_[0-9a-zA-Z]{36}|ey[I-L](?:[\w=-]|%3D)+\.ey[I-L](?:[\w=-]|%3D)+(?:\.(?:[\w.+\/=-]|%3D|%2F|%2B)+)?|[\-]{5}BEGIN(?:[a-z\s]|%20)+PRIVATE(?:\s|%20)KEY[\-]{5}[^\-]+[\-]{5}END(?:[a-z\s]|%20)+PRIVATE(?:\s|%20)KEY|ssh-rsa(?:\s|%20)*(?:[a-z0-9\/\.+]|%2F|%5C|%2B){100,}' } - Entry [ datadog.trace.client_ip_header_disabled ] - Current = 'false' - } - Entry [ datadog.trace.client_ip_header ] - Current = '' - } Entry [ datadog.trace.forked_process ] Current = 'true' } @@ -583,7 +580,7 @@ Extension [ extension #120 ddtrace version 0.80.0 ] { } - Constants [7] { - Constant [ string DD_TRACE_VERSION ] { 0.80.0 } + Constant [ string DD_TRACE_VERSION ] { 0.81.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 } @@ -678,6 +675,12 @@ Extension [ extension #120 ddtrace version 0.80.0 ] { Parameter #0 [ $start_time = ] } } + Function [ function DDTrace\start_trace_span ] { + + - Parameters [1] { + Parameter #0 [ $start_time = ] + } + } Function [ function DDTrace\close_span ] { - Parameters [1] { @@ -694,6 +697,22 @@ Extension [ extension #120 ddtrace version 0.80.0 ] { - Parameters [0] { } } + Function [ function DDTrace\active_stack ] { + + - Parameters [0] { + } + } + Function [ function DDTrace\create_stack ] { + + - Parameters [0] { + } + } + Function [ function DDTrace\switch_stack ] { + + - Parameters [1] { + Parameter #0 [ $stack = ] + } + } Function [ function dd_trace_peek_span_id ] { - Parameters [0] { @@ -932,12 +951,6 @@ Extension [ extension #120 ddtrace version 0.80.0 ] { Parameter #1 [ $message ] } } - Function [ function DDTrace\Testing\extract_ip_from_headers ] { - - - Parameters [1] { - Parameter #0 [ $headers ] - } - } Function [ function DDTrace\install_hook ] { - Parameters [3] { @@ -956,7 +969,7 @@ Extension [ extension #120 ddtrace version 0.80.0 ] { } } - - Classes [3] { + - Classes [4] { Class [ class DDTrace\HookData ] { - Constants [0] { @@ -991,7 +1004,7 @@ Extension [ extension #120 ddtrace version 0.80.0 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ public $name = NULL ] Property [ public $resource = NULL ] Property [ public $service = NULL ] @@ -999,8 +1012,9 @@ Extension [ extension #120 ddtrace version 0.80.0 ] { Property [ public $meta = NULL ] Property [ public $metrics = NULL ] Property [ public $exception = NULL ] - Property [ public $parent = NULL ] Property [ public $id = NULL ] + Property [ public $parent = NULL ] + Property [ public $stack = NULL ] } - Methods [2] { @@ -1018,6 +1032,26 @@ Extension [ extension #120 ddtrace version 0.80.0 ] { } } + Class [ class DDTrace\SpanStack ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ public $parent = NULL ] + Property [ public $active = NULL ] + } + + - Methods [0] { + } + } + Class [ class DDTrace\FatalError extends Exception implements Throwable, Stringable ] { - Constants [0] { -- cgit