summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION175
1 files changed, 134 insertions, 41 deletions
diff --git a/REFLECTION b/REFLECTION
index a306cb8..fba1e8a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
+Extension [ <persistent> extension #147 ddtrace version 1.15.1 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -130,6 +130,15 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
Entry [ datadog.trace.flush_collect_cycles <ALL> ]
Current = 'false'
}
+ Entry [ datadog.trace.force_flush_on_shutdown <ALL> ]
+ Current = 'false'
+ }
+ Entry [ datadog.trace.force_flush_on_sigterm <ALL> ]
+ Current = 'false'
+ }
+ Entry [ datadog.trace.force_flush_on_sigint <ALL> ]
+ Current = 'false'
+ }
Entry [ datadog.trace.kafka_distributed_tracing <ALL> ]
Current = 'true'
}
@@ -142,6 +151,9 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
Entry [ datadog.trace.symfony_messenger_middlewares <ALL> ]
Current = 'false'
}
+ Entry [ datadog.trace.symfony_http_route <ALL> ]
+ Current = 'true'
+ }
Entry [ datadog.trace.remove_root_span_laravel_queue <ALL> ]
Current = 'true'
}
@@ -217,6 +229,9 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
Entry [ datadog.trace.propagation_style <ALL> ]
Current = 'datadog,tracecontext,baggage'
}
+ Entry [ datadog.trace.baggage_tag_keys <ALL> ]
+ Current = 'user.id,session.id,account.id'
+ }
Entry [ datadog.trace.ignore_agent_sampling_rates <SYSTEM> ]
Current = 'false'
}
@@ -304,6 +319,9 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
Entry [ datadog.trace.memcached_obfuscation <ALL> ]
Current = 'true'
}
+ Entry [ datadog.trace.mongodb_obfuscation <ALL> ]
+ Current = 'true'
+ }
Entry [ datadog.trace.client_ip_enabled <ALL> ]
Current = 'false'
}
@@ -403,7 +421,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
Entry [ datadog.remote_config_enabled <SYSTEM> ]
Current = 'true'
}
- Entry [ datadog.dynamic_instrumentation.enabled <SYSTEM> ]
+ Entry [ datadog.dynamic_instrumentation.enabled <ALL> ]
Current = 'false'
}
Entry [ datadog.dynamic_instrumentation.redacted_identifiers <SYSTEM> ]
@@ -424,6 +442,24 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
Entry [ datadog.trace.inferred_proxy_services_enabled <ALL> ]
Current = 'false'
}
+ Entry [ datadog.trace.http_client_error_statuses <SYSTEM> ]
+ Current = '500-599'
+ }
+ Entry [ datadog.trace.http_server_error_statuses <SYSTEM> ]
+ Current = '500-599'
+ }
+ Entry [ datadog.code_origin_for_spans_enabled <ALL> ]
+ Current = 'true'
+ }
+ Entry [ datadog.code_origin_max_user_frames <ALL> ]
+ Current = '8'
+ }
+ Entry [ datadog.trace.resource_renaming_enabled <ALL> ]
+ Current = 'false'
+ }
+ Entry [ datadog.trace.resource_renaming_always_simplified_endpoint <ALL> ]
+ Current = 'false'
+ }
Entry [ datadog.trace.amqp_enabled <ALL> ]
Current = 'true'
}
@@ -604,6 +640,21 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
Entry [ datadog.guzzle_analytics_sample_rate <ALL> ]
Current = '1'
}
+ Entry [ datadog.trace.httpstream_enabled <ALL> ]
+ Current = 'true'
+ }
+ Entry [ datadog.trace.httpstream_analytics_enabled <ALL> ]
+ Current = '0'
+ }
+ Entry [ datadog.httpstream_analytics_enabled <ALL> ]
+ Current = '0'
+ }
+ Entry [ datadog.trace.httpstream_analytics_sample_rate <ALL> ]
+ Current = '1'
+ }
+ Entry [ datadog.httpstream_analytics_sample_rate <ALL> ]
+ Current = '1'
+ }
Entry [ datadog.trace.kafka_enabled <ALL> ]
Current = 'true'
}
@@ -665,10 +716,10 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
Current = '1'
}
Entry [ datadog.trace.logs_enabled <ALL> ]
- Current = 'false'
+ Current = 'true'
}
Entry [ datadog.logs_injection <ALL> ]
- Current = 'false'
+ Current = 'true'
}
Entry [ datadog.trace.logs_analytics_enabled <ALL> ]
Current = '0'
@@ -1060,20 +1111,20 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
}
- Constants [14] {
- Constant [ string DDTrace\HOOK_ALL_FILES ] { }
- Constant [ int DDTrace\HOOK_INSTANCE ] { 1 }
- Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 }
- Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 }
- Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 }
- Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTELEMETRY ] { 1 }
- Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTRACING ] { 2 }
- Constant [ string DD_TRACE_VERSION ] { 1.9.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 }
- Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_REJECT ] { -1 }
- Constant [ int DD_TRACE_PRIORITY_SAMPLING_UNKNOWN ] { 1073741824 }
- Constant [ int DD_TRACE_PRIORITY_SAMPLING_UNSET ] { 1073741825 }
+ Constant [ <persistent> string DDTrace\HOOK_ALL_FILES ] { }
+ Constant [ <persistent> int DDTrace\HOOK_INSTANCE ] { 1 }
+ Constant [ <persistent> int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 }
+ Constant [ <persistent> int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 }
+ Constant [ <persistent> int DDTrace\DBM_PROPAGATION_FULL ] { 2 }
+ Constant [ <persistent> int DDTrace\Internal\SPAN_FLAG_OPENTELEMETRY ] { 1 }
+ Constant [ <persistent> int DDTrace\Internal\SPAN_FLAG_OPENTRACING ] { 2 }
+ Constant [ <persistent> string DD_TRACE_VERSION ] { 1.15.1 }
+ Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 }
+ Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 }
+ Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 }
+ Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_USER_REJECT ] { -1 }
+ Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_UNKNOWN ] { 1073741824 }
+ Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_UNSET ] { 1073741825 }
}
- Functions {
@@ -1235,6 +1286,13 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
}
- Return [ string ]
}
+ Function [ <internal:ddtrace> function DDTrace\collect_code_origins ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $skipFrames = 0 ]
+ }
+ - Return [ void ]
+ }
Function [ <internal:ddtrace> function DDTrace\consume_distributed_tracing_headers ] {
- Parameters [1] {
@@ -1302,12 +1360,11 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
}
- Return [ void ]
}
- Function [ <internal:ddtrace> function DDTrace\curl_multi_exec_get_request_spans ] {
+ Function [ <internal:ddtrace> function &DDTrace\curl_multi_exec_get_request_spans ] {
- - Parameters [1] {
- Parameter #0 [ <required> &$array ]
+ - Parameters [0] {
}
- - Return [ void ]
+ - Return [ array ]
}
Function [ <internal:ddtrace> function DDTrace\dogstatsd_count ] {
@@ -1354,6 +1411,23 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
}
- Return [ void ]
}
+ Function [ <internal:ddtrace> function DDTrace\resource_weak_store ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> mixed $resource ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <required> mixed $value ]
+ }
+ - Return [ void ]
+ }
+ Function [ <internal:ddtrace> function DDTrace\resource_weak_get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mixed $resource ]
+ Parameter #1 [ <required> string $key ]
+ }
+ - Return [ mixed ]
+ }
Function [ <internal:ddtrace> function DDTrace\System\container_id ] {
- Parameters [0] {
@@ -1435,6 +1509,24 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
}
- Return [ void ]
}
+ Function [ <internal:ddtrace> function datadog\appsec\v2\track_user_login_success ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $login ]
+ Parameter #1 [ <optional> array|string|null $user = null ]
+ Parameter #2 [ <optional> array $metadata = [] ]
+ }
+ - Return [ void ]
+ }
+ Function [ <internal:ddtrace> function datadog\appsec\v2\track_user_login_failure ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $login ]
+ Parameter #1 [ <required> bool $exists ]
+ Parameter #2 [ <optional> array $metadata = [] ]
+ }
+ - Return [ void ]
+ }
Function [ <internal:ddtrace> function dd_trace_env_config ] {
- Parameters [1] {
@@ -1641,12 +1733,13 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
- Static methods [0] {
}
- - Properties [5] {
+ - Properties [6] {
Property [ public mixed $data ]
Property [ public int $id ]
Property [ public array $args ]
Property [ public mixed $returned ]
Property [ public ?Throwable $exception ]
+ Property [ public object $instance ]
}
- Methods [9] {
@@ -1772,12 +1865,12 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
Property [ public array $meta = [] ]
Property [ public array $metrics = [] ]
Property [ public ?Throwable $exception = NULL ]
- Property [ public readonly string $id ]
+ Property [ public protected(set) readonly string $id ]
Property [ public array $links = [] ]
Property [ public array $events = [] ]
Property [ public array $peerServiceSources = [] ]
- Property [ public readonly ?DDTrace\SpanData $parent = NULL ]
- Property [ public readonly DDTrace\SpanStack $stack ]
+ Property [ public protected(set) readonly ?DDTrace\SpanData $parent ]
+ Property [ public protected(set) readonly DDTrace\SpanStack $stack ]
Property [ public array $onClose = [] ]
Property [ public array $baggage = [] ]
}
@@ -1835,12 +1928,12 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
Property [ public array $meta = [] ]
Property [ public array $metrics = [] ]
Property [ public ?Throwable $exception = NULL ]
- Property [ public readonly string $id ]
+ Property [ public protected(set) readonly string $id ]
Property [ public array $links = [] ]
Property [ public array $events = [] ]
Property [ public array $peerServiceSources = [] ]
- Property [ public readonly ?DDTrace\SpanData $parent = NULL ]
- Property [ public readonly DDTrace\SpanStack $stack ]
+ Property [ public protected(set) readonly ?DDTrace\SpanData $parent ]
+ Property [ public protected(set) readonly DDTrace\SpanStack $stack ]
Property [ public array $onClose = [] ]
Property [ public array $baggage = [] ]
}
@@ -1898,12 +1991,12 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
Property [ public array $meta = [] ]
Property [ public array $metrics = [] ]
Property [ public ?Throwable $exception = NULL ]
- Property [ public readonly string $id ]
+ Property [ public protected(set) readonly string $id ]
Property [ public array $links = [] ]
Property [ public array $events = [] ]
Property [ public array $peerServiceSources = [] ]
- Property [ public readonly ?DDTrace\SpanData $parent = NULL ]
- Property [ public readonly DDTrace\SpanStack $stack ]
+ Property [ public protected(set) readonly ?DDTrace\SpanData $parent ]
+ Property [ public protected(set) readonly DDTrace\SpanStack $stack ]
Property [ public array $onClose = [] ]
Property [ public array $baggage = [] ]
Property [ public string $origin ]
@@ -1961,7 +2054,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
}
- Properties [3] {
- Property [ public readonly ?DDTrace\SpanStack $parent = NULL ]
+ Property [ public protected(set) readonly ?DDTrace\SpanStack $parent ]
Property [ public ?DDTrace\SpanData $active = NULL ]
Property [ public array $spanCreationObservers = [] ]
}
@@ -2073,20 +2166,20 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] {
- Static properties [0] {
}
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [1] {
- Method [ <internal:ddtrace> abstract public method init ] {
+ - Static methods [1] {
+ Method [ <internal:ddtrace> abstract static public method init ] {
- Parameters [0] {
}
- Return [ int ]
}
}
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
}
Class [ <internal:ddtrace> class DDTrace\SpanLink implements JsonSerializable ] {