summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-11-02 14:19:39 +0100
committerRemi Collet <remi@php.net>2022-11-02 14:19:39 +0100
commit6fd250f6e2481fcc9a2a50065fa5f397991beba5 (patch)
tree85ba6a376f8225a716d297c6dbc0127f9dd98266 /REFLECTION
parentb1730a3b986fd6e60798a7f36b4cd10937cb4546 (diff)
update to 0.81.0
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION68
1 files changed, 51 insertions, 17 deletions
diff --git a/REFLECTION b/REFLECTION
index b3ffb4c..d6cbcc9 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 ddtrace version 0.80.0 ] {
+Extension [ <persistent> extension #122 ddtrace version 0.81.0 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -121,6 +121,9 @@ Extension [ <persistent> extension #120 ddtrace version 0.80.0 ] {
Entry [ datadog.trace.http_url_query_param_allowed <ALL> ]
Current = '*'
}
+ Entry [ datadog.trace.rate_limit <SYSTEM> ]
+ Current = '0'
+ }
Entry [ datadog.trace.sample_rate <ALL> ]
Current = '1'
}
@@ -217,12 +220,6 @@ Extension [ <persistent> extension #120 ddtrace version 0.80.0 ] {
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_header_disabled <ALL> ]
- Current = 'false'
- }
- Entry [ datadog.trace.client_ip_header <ALL> ]
- Current = ''
- }
Entry [ datadog.trace.forked_process <ALL> ]
Current = 'true'
}
@@ -583,7 +580,7 @@ Extension [ <persistent> 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 [ <persistent> extension #120 ddtrace version 0.80.0 ] {
Parameter #0 [ <optional> $start_time = <default> ]
}
}
+ Function [ <internal:ddtrace> function DDTrace\start_trace_span ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $start_time = <default> ]
+ }
+ }
Function [ <internal:ddtrace> function DDTrace\close_span ] {
- Parameters [1] {
@@ -694,6 +697,22 @@ Extension [ <persistent> extension #120 ddtrace version 0.80.0 ] {
- Parameters [0] {
}
}
+ Function [ <internal:ddtrace> function DDTrace\active_stack ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:ddtrace> function DDTrace\create_stack ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:ddtrace> function DDTrace\switch_stack ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $stack = <default> ]
+ }
+ }
Function [ <internal:ddtrace> function dd_trace_peek_span_id ] {
- Parameters [0] {
@@ -932,12 +951,6 @@ Extension [ <persistent> extension #120 ddtrace version 0.80.0 ] {
Parameter #1 [ <required> $message ]
}
}
- Function [ <internal:ddtrace> function DDTrace\Testing\extract_ip_from_headers ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $headers ]
- }
- }
Function [ <internal:ddtrace> function DDTrace\install_hook ] {
- Parameters [3] {
@@ -956,7 +969,7 @@ Extension [ <persistent> extension #120 ddtrace version 0.80.0 ] {
}
}
- - Classes [3] {
+ - Classes [4] {
Class [ <internal:ddtrace> class DDTrace\HookData ] {
- Constants [0] {
@@ -991,7 +1004,7 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #120 ddtrace version 0.80.0 ] {
}
}
+ Class [ <internal:ddtrace> class DDTrace\SpanStack ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ public $parent = NULL ]
+ Property [ public $active = NULL ]
+ }
+
+ - Methods [0] {
+ }
+ }
+
Class [ <internal:ddtrace> class DDTrace\FatalError extends Exception implements Throwable, Stringable ] {
- Constants [0] {