diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 109 |
1 files changed, 103 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 ddtrace version 0.92.2 ] { +Extension [ <persistent> extension #126 ddtrace version 0.93.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -121,6 +121,9 @@ Extension [ <persistent> extension #126 ddtrace version 0.92.2 ] { Entry [ datadog.trace.flush_collect_cycles <ALL> ] Current = 'false' } + Entry [ datadog.trace.laravel_queue_distributed_tracing <ALL> ] + Current = 'true' + } Entry [ datadog.trace.remove_root_span_laravel_queue <ALL> ] Current = 'true' } @@ -275,7 +278,7 @@ Extension [ <persistent> extension #126 ddtrace version 0.92.2 ] { Current = '' } Entry [ datadog.trace.obfuscation_query_string_regexp <ALL> ] - Current = '(?i)(?:p(?:ass)?w(?:or)?d|pass(?:_?phrase)?|secret|(?:api_?|private_?|public_?|access_?|secret_?)key(?:_?id)?|token|consumer_?(?:id|key|secret)|sign(?:ed|ature)?|auth(?:entication|orization)?)(?:(?:\s|%20)*(?:=|%3D)[^&]+|(?:"|%22)(?:\s|%20)*(?::|%3A)(?:\s|%20)*(?:"|%22)(?:%2[^2]|%[^2]|[^"%])+(?:"|%22))|bearer(?:\s|%20)+[a-z0-9\._\-]|token(?::|%3A)[a-z0-9]{13}|gh[opsu]_[0-9a-zA-Z]{36}|ey[I-L](?:[\w=-]|%3D)+\.ey[I-L](?:[\w=-]|%3D)+(?:\.(?:[\w.+\/=-]|%3D|%2F|%2B)+)?|[\-]{5}BEGIN(?:[a-z\s]|%20)+PRIVATE(?:\s|%20)KEY[\-]{5}[^\-]+[\-]{5}END(?:[a-z\s]|%20)+PRIVATE(?:\s|%20)KEY|ssh-rsa(?:\s|%20)*(?:[a-z0-9\/\.+]|%2F|%5C|%2B){100,}' + Current = '(?i)(?:(?:"|%22)?)(?:(?:old[-_]?|new[-_]?)?p(?:ass)?w(?:or)?d(?:1|2)?|pass(?:[-_]?phrase)?|secret|(?:api[-_]?|private[-_]?|public[-_]?|access[-_]?|secret[-_]?|app(?:lication)?[-_]?)key(?:[-_]?id)?|token|consumer[-_]?(?:id|key|secret)|sign(?:ed|ature)?|auth(?:entication|orization)?)(?:(?:\s|%20)*(?:=|%3D)[^&]+|(?:"|%22)(?:\s|%20)*(?::|%3A)(?:\s|%20)*(?:"|%22)(?:%2[^2]|%[^2]|[^"%])+(?:"|%22))|(?:bearer(?:\s|%20)+[a-z0-9._\-]+|token(?::|%3A)[a-z0-9]{13}|gh[opsu]_[0-9a-zA-Z]{36}|ey[I-L](?:[\w=-]|%3D)+\.ey[I-L](?:[\w=-]|%3D)+(?:\.(?:[\w.+/=-]|%3D|%2F|%2B)+)?|-{5}BEGIN(?:[a-z\s]|%20)+PRIVATE(?:\s|%20)KEY-{5}[^\-]+-{5}END(?:[a-z\s]|%20)+PRIVATE(?:\s|%20)KEY(?:-{5})?(?:\n|%0A)?|(?:ssh-(?:rsa|dss)|ecdsa-[a-z0-9]+-[a-z0-9]+)(?:\s|%20|%09)+(?:[a-z0-9/.+]|%2F|%5C|%2B){100,}(?:=|%3D)*(?:(?:\s|%20|%09)+[a-z0-9._-]+)?)' } Entry [ datadog.trace.client_ip_enabled <ALL> ] Current = 'false' @@ -511,6 +514,21 @@ Extension [ <persistent> extension #126 ddtrace version 0.92.2 ] { Entry [ datadog.lumen_analytics_sample_rate <ALL> ] Current = '1' } + Entry [ datadog.trace.magento_enabled <ALL> ] + Current = 'true' + } + Entry [ datadog.trace.magento_analytics_enabled <ALL> ] + Current = '0' + } + Entry [ datadog.magento_analytics_enabled <ALL> ] + Current = '0' + } + Entry [ datadog.trace.magento_analytics_sample_rate <ALL> ] + Current = '1' + } + Entry [ datadog.magento_analytics_sample_rate <ALL> ] + Current = '1' + } Entry [ datadog.trace.memcache_enabled <ALL> ] Current = 'true' } @@ -804,7 +822,7 @@ Extension [ <persistent> extension #126 ddtrace version 0.92.2 ] { Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 } Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 } Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } - Constant [ string DD_TRACE_VERSION ] { 0.92.2 } + Constant [ string DD_TRACE_VERSION ] { 0.93.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 } @@ -1308,7 +1326,7 @@ Extension [ <persistent> extension #126 ddtrace version 0.92.2 ] { } } - - Classes [6] { + - Classes [7] { Class [ <internal:ddtrace> class DDTrace\HookData ] { - Constants [0] { @@ -1426,7 +1444,7 @@ Extension [ <persistent> extension #126 ddtrace version 0.92.2 ] { Property [ public readonly DDTrace\SpanStack $stack ] } - - Methods [3] { + - Methods [4] { Method [ <internal:ddtrace> public method getDuration ] { - Parameters [0] { @@ -1447,6 +1465,78 @@ Extension [ <persistent> extension #126 ddtrace version 0.92.2 ] { } - Return [ DDTrace\SpanLink ] } + + Method [ <internal:ddtrace> public method hexId ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ <internal:ddtrace> class DDTrace\RootSpanData extends DDTrace\SpanData ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [20] { + Property [ public ?string $name = '' ] + Property [ public ?string $resource = '' ] + Property [ public ?string $service = '' ] + 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 $peerServiceSources = [] ] + Property [ public readonly ?DDTrace\SpanData $parent ] + Property [ public readonly DDTrace\SpanStack $stack ] + Property [ public string $origin ] + Property [ public array $propagatedTags = [] ] + Property [ public int $samplingPriority = 1073741824 ] + Property [ public int $propagatedSamplingPriority ] + Property [ public string $tracestate ] + Property [ public array $tracestateTags = [] ] + Property [ public string $parentId ] + Property [ public string $traceId = '' ] + } + + - 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 ] + } } } @@ -1570,7 +1660,14 @@ Extension [ <persistent> extension #126 ddtrace version 0.92.2 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:ddtrace> static public method fromHeaders ] { + + - Parameters [1] { + Parameter #0 [ <required> callable|array $headersOrCallback ] + } + - Return [ DDTrace\SpanLink ] + } } - Properties [5] { |