diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-14 13:02:07 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-14 13:02:07 +0100 |
| commit | 3161256e7336b0f0a3e1df749c6eab13e70e0142 (patch) | |
| tree | a602501bc67ad7931f9aa71f2cee0abf287f9745 /REFLECTION | |
| parent | f838eee343ba1735f0724b2a83064a89023d1d23 (diff) | |
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { +Extension [ <persistent> extension #150 ddtrace version 1.14.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -421,7 +421,7 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { 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> ] @@ -454,6 +454,12 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { 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' } @@ -1112,7 +1118,7 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.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.13.1 } + Constant [ string DD_TRACE_VERSION ] { 1.14.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 } @@ -1863,7 +1869,7 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent = NULL ] + Property [ public readonly ?DDTrace\SpanData $parent ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -1926,7 +1932,7 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent = NULL ] + Property [ public readonly ?DDTrace\SpanData $parent ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -1989,7 +1995,7 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent = NULL ] + Property [ public readonly ?DDTrace\SpanData $parent ] Property [ public readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] @@ -2048,7 +2054,7 @@ Extension [ <persistent> extension #148 ddtrace version 1.13.1 ] { } - Properties [3] { - Property [ public readonly ?DDTrace\SpanStack $parent = NULL ] + Property [ public readonly ?DDTrace\SpanStack $parent ] Property [ public ?DDTrace\SpanData $active = NULL ] Property [ public array $spanCreationObservers = [] ] } |
