summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION81
1 files changed, 76 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 6476564..af2a304 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #108 ddtrace version 1.1.0 ] {
+Extension [ <persistent> extension #109 ddtrace version 1.2.0 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -220,6 +220,9 @@ Extension [ <persistent> extension #108 ddtrace version 1.1.0 ] {
Entry [ datadog.trace.agent_flush_interval <SYSTEM> ]
Current = '5000'
}
+ Entry [ datadog.telemetry_heartbeat_interval <SYSTEM> ]
+ Current = '60'
+ }
Entry [ datadog.trace.agent_flush_after_n_requests <ALL> ]
Current = '10'
}
@@ -259,6 +262,9 @@ Extension [ <persistent> extension #108 ddtrace version 1.1.0 ] {
Entry [ datadog.trace.obfuscation_query_string_regexp <ALL> ]
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.memcached_obfuscation <ALL> ]
+ Current = 'true'
+ }
Entry [ datadog.trace.client_ip_enabled <ALL> ]
Current = 'false'
}
@@ -310,6 +316,33 @@ Extension [ <persistent> extension #108 ddtrace version 1.1.0 ] {
Entry [ datadog.appsec.sca_enabled <SYSTEM> ]
Current = 'false'
}
+ Entry [ datadog.trace.git_metadata_enabled <ALL> ]
+ Current = 'true'
+ }
+ Entry [ datadog.git_commit_sha <ALL> ]
+ Current = ''
+ }
+ Entry [ datadog.git_repository_url <ALL> ]
+ Current = ''
+ }
+ Entry [ datadog.openai_service <ALL> ]
+ Current = ''
+ }
+ Entry [ datadog.openai_metrics_enabled <ALL> ]
+ Current = 'true'
+ }
+ Entry [ datadog.openai_logs_enabled <ALL> ]
+ Current = 'false'
+ }
+ Entry [ datadog.openai_span_char_limit <ALL> ]
+ Current = '128'
+ }
+ Entry [ datadog.openai_span_prompt_completion_sample_rate <ALL> ]
+ Current = '1.0'
+ }
+ Entry [ datadog.openai_log_prompt_completion_sample_rate <ALL> ]
+ Current = '0.1'
+ }
Entry [ datadog.trace.amqp_enabled <ALL> ]
Current = 'true'
}
@@ -643,6 +676,21 @@ Extension [ <persistent> extension #108 ddtrace version 1.1.0 ] {
Entry [ datadog.nette_analytics_sample_rate <ALL> ]
Current = '1'
}
+ Entry [ datadog.trace.openai_enabled <ALL> ]
+ Current = 'true'
+ }
+ Entry [ datadog.trace.openai_analytics_enabled <ALL> ]
+ Current = '0'
+ }
+ Entry [ datadog.openai_analytics_enabled <ALL> ]
+ Current = '0'
+ }
+ Entry [ datadog.trace.openai_analytics_sample_rate <ALL> ]
+ Current = '1'
+ }
+ Entry [ datadog.openai_analytics_sample_rate <ALL> ]
+ Current = '1'
+ }
Entry [ datadog.trace.pcntl_enabled <ALL> ]
Current = 'true'
}
@@ -863,7 +911,7 @@ Extension [ <persistent> extension #108 ddtrace version 1.1.0 ] {
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.1.0 }
+ Constant [ string DD_TRACE_VERSION ] { 1.2.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 }
@@ -1412,7 +1460,7 @@ Extension [ <persistent> extension #108 ddtrace version 1.1.0 ] {
}
}
- - Classes [8] {
+ - Classes [9] {
Class [ <internal:ddtrace> class DDTrace\HookData ] {
- Constants [0] {
@@ -1544,12 +1592,13 @@ Extension [ <persistent> extension #108 ddtrace version 1.1.0 ] {
- Static methods [0] {
}
- - Properties [14] {
+ - Properties [15] {
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 = [] ]
@@ -1603,12 +1652,13 @@ Extension [ <persistent> extension #108 ddtrace version 1.1.0 ] {
- Static methods [0] {
}
- - Properties [22] {
+ - Properties [24] {
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 = [] ]
@@ -1626,6 +1676,7 @@ Extension [ <persistent> extension #108 ddtrace version 1.1.0 ] {
Property [ public array $tracestateTags = [] ]
Property [ public string $parentId ]
Property [ public string $traceId = '' ]
+ Property [ public ?DDTrace\GitMetadata $gitMetadata = NULL ]
}
- Methods [4] {
@@ -1833,6 +1884,26 @@ Extension [ <persistent> extension #108 ddtrace version 1.1.0 ] {
}
}
}
+
+ Class [ <internal:ddtrace> class DDTrace\GitMetadata ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ public string $commitSha = '' ]
+ Property [ public string $repositoryUrl = '' ]
+ }
+
+ - Methods [0] {
+ }
+ }
}
}