diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 32 |
1 files changed, 21 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #146 ddtrace version 1.12.1 ] { +Extension [ <persistent> extension #147 ddtrace version 1.13.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -130,6 +130,15 @@ Extension [ <persistent> extension #146 ddtrace version 1.12.1 ] { 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' } @@ -1103,7 +1112,7 @@ Extension [ <persistent> extension #146 ddtrace version 1.12.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.12.1 } + Constant [ string DD_TRACE_VERSION ] { 1.13.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 } @@ -1718,12 +1727,13 @@ Extension [ <persistent> extension #146 ddtrace version 1.12.1 ] { - 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] { @@ -2150,20 +2160,20 @@ Extension [ <persistent> extension #146 ddtrace version 1.12.1 ] { - 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 ] { |