From 1657821c7c37f859b00877417b470050e4a9cd77 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Apr 2025 07:53:38 +0200 Subject: update to 1.8.0 --- REFLECTION | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 123 insertions(+), 14 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4750899..341f7fc 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #135 ddtrace version 1.7.3 ] { +Extension [ extension #136 ddtrace version 1.8.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -206,13 +206,13 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { Current = 'false' } Entry [ datadog.trace.propagation_style_extract ] - Current = 'datadog,tracecontext,B3,B3 single header' + Current = 'datadog,tracecontext,B3,B3 single header,baggage' } Entry [ datadog.trace.propagation_style_inject ] - Current = 'datadog,tracecontext' + Current = 'datadog,tracecontext,baggage' } Entry [ datadog.trace.propagation_style ] - Current = 'datadog,tracecontext' + Current = 'datadog,tracecontext,baggage' } Entry [ datadog.trace.ignore_agent_sampling_rates ] Current = 'false' @@ -245,7 +245,7 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { Current = 'true' } Entry [ datadog.trace.128_bit_traceid_logging_enabled ] - Current = 'false' + Current = 'true' } Entry [ datadog.trace.bgs_connect_timeout ] Current = '2000' @@ -382,6 +382,15 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { Entry [ datadog.openai_log_prompt_completion_sample_rate ] Current = '0.1' } + Entry [ datadog.trace.websocket_messages_enabled ] + Current = 'true' + } + Entry [ datadog.trace.websocket_messages_inherit_sampling ] + Current = 'true' + } + Entry [ datadog.trace.websocket_messages_separate_traces ] + Current = 'true' + } Entry [ datadog.inject_force ] Current = 'false' } @@ -397,12 +406,21 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { Entry [ datadog.dynamic_instrumentation.redacted_identifiers ] Current = '' } - Entry [ datadog.experimental_appsec_standalone_enabled ] - Current = 'false' + Entry [ datadog.apm_tracing_enabled ] + Current = 'true' } Entry [ datadog.dynamic_instrumentation.redacted_types ] Current = '' } + Entry [ datadog.trace.baggage_max_items ] + Current = '64' + } + Entry [ datadog.trace.baggage_max_bytes ] + Current = '8192' + } + Entry [ datadog.trace.inferred_proxy_services_enabled ] + Current = 'false' + } Entry [ datadog.trace.amqp_enabled ] Current = 'true' } @@ -871,6 +889,21 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { Entry [ datadog.psr18_analytics_sample_rate ] Current = '1' } + Entry [ datadog.trace.ratchet_enabled ] + Current = 'true' + } + Entry [ datadog.trace.ratchet_analytics_enabled ] + Current = '0' + } + Entry [ datadog.ratchet_analytics_enabled ] + Current = '0' + } + Entry [ datadog.trace.ratchet_analytics_sample_rate ] + Current = '1' + } + Entry [ datadog.ratchet_analytics_sample_rate ] + Current = '1' + } Entry [ datadog.trace.roadrunner_enabled ] Current = 'true' } @@ -1031,7 +1064,7 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { 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.7.3 } + Constant [ string DD_TRACE_VERSION ] { 1.8.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 } @@ -1148,7 +1181,14 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { - Parameters [1] { Parameter #0 [ float $startTime = 0 ] } - - Return [ DDTrace\SpanData ] + - Return [ DDTrace\RootSpanData ] + } + Function [ function DDTrace\try_drop_span ] { + + - Parameters [1] { + Parameter #0 [ DDTrace\SpanData $span ] + } + - Return [ bool ] } Function [ function DDTrace\active_stack ] { @@ -1187,7 +1227,7 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { Function [ function DDTrace\get_sanitized_exception_trace ] { - Parameters [2] { - Parameter #0 [ Exception|Throwable $exception ] + Parameter #0 [ Throwable $exception ] Parameter #1 [ int $skipFrames = 0 ] } - Return [ string ] @@ -1586,7 +1626,7 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { } } - - Classes [11] { + - Classes [12] { Class [ class DDTrace\HookData ] { - Constants [0] { @@ -1718,7 +1758,7 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { - Static methods [0] { } - - Properties [16] { + - Properties [18] { Property [ public ?string $name = '' ] Property [ public ?string $resource = '' ] Property [ public ?string $service = '' ] @@ -1735,6 +1775,8 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { Property [ public array $peerServiceSources = [] ] Property [ public readonly ?DDTrace\SpanData $parent ] Property [ public readonly DDTrace\SpanStack $stack ] + Property [ public array $onClose = [] ] + Property [ public array $baggage = [] ] } - Methods [4] { @@ -1768,6 +1810,69 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { } } + Class [ class DDTrace\InferredSpanData extends DDTrace\SpanData ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [18] { + Property [ public ?string $name = '' ] + Property [ public ?string $resource = '' ] + Property [ public ?string $service = '' ] + Property [ public string $env = '' ] + Property [ public string $version = '' ] + Property [ public array $meta_struct = [] ] + Property [ public ?string $type = '' ] + Property [ public array $meta = [] ] + Property [ public array $metrics = [] ] + Property [ public ?Throwable $exception = NULL ] + Property [ public readonly string $id ] + Property [ public array $links = [] ] + Property [ public array $events = [] ] + Property [ public array $peerServiceSources = [] ] + Property [ public readonly ?DDTrace\SpanData $parent ] + Property [ public readonly DDTrace\SpanStack $stack ] + Property [ public array $onClose = [] ] + Property [ public array $baggage = [] ] + } + + - Methods [4] { + Method [ public method getDuration ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getStartTime ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getLink ] { + + - Parameters [0] { + } + - Return [ DDTrace\SpanLink ] + } + + Method [ public method hexId ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ class DDTrace\RootSpanData extends DDTrace\SpanData ] { - Constants [0] { @@ -1779,7 +1884,7 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { - Static methods [0] { } - - Properties [25] { + - Properties [28] { Property [ public ?string $name = '' ] Property [ public ?string $resource = '' ] Property [ public ?string $service = '' ] @@ -1796,6 +1901,8 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { Property [ public array $peerServiceSources = [] ] Property [ public readonly ?DDTrace\SpanData $parent ] Property [ public readonly DDTrace\SpanStack $stack ] + Property [ public array $onClose = [] ] + Property [ public array $baggage = [] ] Property [ public string $origin ] Property [ public array $propagatedTags = [] ] Property [ public int $samplingPriority = 1073741824 ] @@ -1805,6 +1912,7 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { Property [ public string $parentId ] Property [ public string $traceId = '' ] Property [ public ?DDTrace\GitMetadata $gitMetadata = NULL ] + Property [ public ?DDTrace\InferredSpanData $inferredSpan = NULL ] } - Methods [4] { @@ -1849,9 +1957,10 @@ Extension [ extension #135 ddtrace version 1.7.3 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ public readonly ?DDTrace\SpanStack $parent ] Property [ public ?DDTrace\SpanData $active = NULL ] + Property [ public array $spanCreationObservers = [] ] } - Methods [0] { -- cgit