summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-03 18:24:53 +0100
committerRemi Collet <remi@php.net>2023-02-03 18:24:53 +0100
commitb85d3683dc1c4207548591e423aa8d1adc3d5df9 (patch)
tree6e93e010722d1ef8a4d1b101c7dd8980cc6caef7 /REFLECTION
parent602b6b70e6bbd6f8b189127b22f01033572a4067 (diff)
update to 0.84.0
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION64
1 files changed, 59 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 1203e33..f20da7b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 ddtrace version 0.83.1 ] {
+Extension [ <persistent> extension #121 ddtrace version 0.84.0 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -148,11 +148,20 @@ Extension [ <persistent> extension #120 ddtrace version 0.83.1 ] {
Entry [ datadog.trace.propagate_service <ALL> ]
Current = 'false'
}
+ Entry [ datadog.trace.propagation_style_extract <ALL> ]
+ Current = 'tracecontext,Datadog,B3,B3 single header'
+ }
Entry [ datadog.propagation_style_extract <ALL> ]
- Current = 'Datadog,B3,B3 single header'
+ Current = 'tracecontext,Datadog,B3,B3 single header'
+ }
+ Entry [ datadog.trace.propagation_style_inject <ALL> ]
+ Current = 'tracecontext,Datadog'
}
Entry [ datadog.propagation_style_inject <ALL> ]
- Current = 'Datadog'
+ Current = 'tracecontext,Datadog'
+ }
+ Entry [ datadog.trace.propagation_style <ALL> ]
+ Current = 'tracecontext,Datadog'
}
Entry [ datadog.trace.traced_internal_functions <ALL> ]
Current = ''
@@ -175,6 +184,9 @@ Extension [ <persistent> extension #120 ddtrace version 0.83.1 ] {
Entry [ datadog.trace.spans_limit <ALL> ]
Current = '1000'
}
+ Entry [ datadog.trace.128_bit_traceid_generation_enabled <ALL> ]
+ Current = 'false'
+ }
Entry [ datadog.trace.agent_max_consecutive_failures <ALL> ]
Current = '3'
}
@@ -220,6 +232,12 @@ Extension [ <persistent> extension #120 ddtrace version 0.83.1 ] {
Entry [ datadog.trace.obfuscation_query_string_regexp <ALL> ]
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_enabled <ALL> ]
+ Current = 'false'
+ }
+ Entry [ datadog.trace.client_ip_header <ALL> ]
+ Current = ''
+ }
Entry [ datadog.trace.forked_process <ALL> ]
Current = 'true'
}
@@ -595,7 +613,7 @@ Extension [ <persistent> extension #120 ddtrace version 0.83.1 ] {
}
- Constants [7] {
- Constant [ string DD_TRACE_VERSION ] { 0.83.1 }
+ Constant [ string DD_TRACE_VERSION ] { 0.84.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 }
@@ -953,6 +971,12 @@ Extension [ <persistent> extension #120 ddtrace version 0.83.1 ] {
Parameter #1 [ <optional> $global = <default> ]
}
}
+ Function [ <internal:ddtrace> function DDTrace\extract_ip_from_headers ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $headers ]
+ }
+ }
Function [ <internal:ddtrace> function DDTrace\Config\integration_analytics_enabled ] {
- Parameters [1] {
@@ -995,7 +1019,7 @@ Extension [ <persistent> extension #120 ddtrace version 0.83.1 ] {
}
}
- - Classes [4] {
+ - Classes [5] {
Class [ <internal:ddtrace> class DDTrace\HookData ] {
- Constants [0] {
@@ -1019,6 +1043,36 @@ Extension [ <persistent> extension #120 ddtrace version 0.83.1 ] {
}
}
+ Class [ <internal:ddtrace> final class DDTrace\Trace ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:ddtrace, ctor> public method __construct ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <optional> string $name = "" ]
+ Parameter #1 [ <optional> string $resource = "" ]
+ Parameter #2 [ <optional> string $type = "" ]
+ Parameter #3 [ <optional> string $service = "" ]
+ Parameter #4 [ <optional> array $tags = [] ]
+ Parameter #5 [ <optional> bool $recurse = true ]
+ Parameter #6 [ <optional> bool $run_if_limited = false ]
+ }
+ }
+ }
+ }
+
Class [ <internal:ddtrace> class DDTrace\SpanData ] {
- Constants [0] {