diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 137 |
1 files changed, 123 insertions, 14 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #135 ddtrace version 1.7.3 ] { +Extension [ <persistent> extension #136 ddtrace version 1.8.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -206,13 +206,13 @@ Extension [ <persistent> extension #135 ddtrace version 1.7.3 ] { Current = 'false' } Entry [ datadog.trace.propagation_style_extract <ALL> ] - Current = 'datadog,tracecontext,B3,B3 single header' + Current = 'datadog,tracecontext,B3,B3 single header,baggage' } Entry [ datadog.trace.propagation_style_inject <ALL> ] - Current = 'datadog,tracecontext' + Current = 'datadog,tracecontext,baggage' } Entry [ datadog.trace.propagation_style <ALL> ] - Current = 'datadog,tracecontext' + Current = 'datadog,tracecontext,baggage' } Entry [ datadog.trace.ignore_agent_sampling_rates <SYSTEM> ] Current = 'false' @@ -245,7 +245,7 @@ Extension [ <persistent> extension #135 ddtrace version 1.7.3 ] { Current = 'true' } Entry [ datadog.trace.128_bit_traceid_logging_enabled <ALL> ] - Current = 'false' + Current = 'true' } Entry [ datadog.trace.bgs_connect_timeout <SYSTEM> ] Current = '2000' @@ -382,6 +382,15 @@ Extension [ <persistent> extension #135 ddtrace version 1.7.3 ] { Entry [ datadog.openai_log_prompt_completion_sample_rate <ALL> ] Current = '0.1' } + Entry [ datadog.trace.websocket_messages_enabled <ALL> ] + Current = 'true' + } + Entry [ datadog.trace.websocket_messages_inherit_sampling <ALL> ] + Current = 'true' + } + Entry [ datadog.trace.websocket_messages_separate_traces <ALL> ] + Current = 'true' + } Entry [ datadog.inject_force <SYSTEM> ] Current = 'false' } @@ -397,12 +406,21 @@ Extension [ <persistent> extension #135 ddtrace version 1.7.3 ] { Entry [ datadog.dynamic_instrumentation.redacted_identifiers <SYSTEM> ] Current = '' } - Entry [ datadog.experimental_appsec_standalone_enabled <ALL> ] - Current = 'false' + Entry [ datadog.apm_tracing_enabled <ALL> ] + Current = 'true' } Entry [ datadog.dynamic_instrumentation.redacted_types <SYSTEM> ] Current = '' } + Entry [ datadog.trace.baggage_max_items <ALL> ] + Current = '64' + } + Entry [ datadog.trace.baggage_max_bytes <ALL> ] + Current = '8192' + } + Entry [ datadog.trace.inferred_proxy_services_enabled <ALL> ] + Current = 'false' + } Entry [ datadog.trace.amqp_enabled <ALL> ] Current = 'true' } @@ -871,6 +889,21 @@ Extension [ <persistent> extension #135 ddtrace version 1.7.3 ] { Entry [ datadog.psr18_analytics_sample_rate <ALL> ] Current = '1' } + Entry [ datadog.trace.ratchet_enabled <ALL> ] + Current = 'true' + } + Entry [ datadog.trace.ratchet_analytics_enabled <ALL> ] + Current = '0' + } + Entry [ datadog.ratchet_analytics_enabled <ALL> ] + Current = '0' + } + Entry [ datadog.trace.ratchet_analytics_sample_rate <ALL> ] + Current = '1' + } + Entry [ datadog.ratchet_analytics_sample_rate <ALL> ] + Current = '1' + } Entry [ datadog.trace.roadrunner_enabled <ALL> ] Current = 'true' } @@ -1031,7 +1064,7 @@ Extension [ <persistent> 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 [ <persistent> extension #135 ddtrace version 1.7.3 ] { - Parameters [1] { Parameter #0 [ <optional> float $startTime = 0 ] } - - Return [ DDTrace\SpanData ] + - Return [ DDTrace\RootSpanData ] + } + Function [ <internal:ddtrace> function DDTrace\try_drop_span ] { + + - Parameters [1] { + Parameter #0 [ <required> DDTrace\SpanData $span ] + } + - Return [ bool ] } Function [ <internal:ddtrace> function DDTrace\active_stack ] { @@ -1187,7 +1227,7 @@ Extension [ <persistent> extension #135 ddtrace version 1.7.3 ] { Function [ <internal:ddtrace> function DDTrace\get_sanitized_exception_trace ] { - Parameters [2] { - Parameter #0 [ <required> Exception|Throwable $exception ] + Parameter #0 [ <required> Throwable $exception ] Parameter #1 [ <optional> int $skipFrames = 0 ] } - Return [ string ] @@ -1586,7 +1626,7 @@ Extension [ <persistent> extension #135 ddtrace version 1.7.3 ] { } } - - Classes [11] { + - Classes [12] { Class [ <internal:ddtrace> class DDTrace\HookData ] { - Constants [0] { @@ -1718,7 +1758,7 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #135 ddtrace version 1.7.3 ] { } } + Class [ <internal:ddtrace> 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 [ <internal:ddtrace, inherits DDTrace\SpanData> public method getDuration ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:ddtrace, inherits DDTrace\SpanData> public method getStartTime ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:ddtrace, inherits DDTrace\SpanData> public method getLink ] { + + - Parameters [0] { + } + - Return [ DDTrace\SpanLink ] + } + + Method [ <internal:ddtrace, inherits DDTrace\SpanData> public method hexId ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ <internal:ddtrace> class DDTrace\RootSpanData extends DDTrace\SpanData ] { - Constants [0] { @@ -1779,7 +1884,7 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> 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] { |