diff options
-rw-r--r-- | PHPINFO | 13 | ||||
-rw-r--r-- | REFLECTION | 13 | ||||
-rw-r--r-- | php-pecl-datadog-trace.spec | 12 |
3 files changed, 27 insertions, 11 deletions
@@ -7,12 +7,12 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2020 Datadog tracing support => enabled -Version => 1.9.0 +Version => 1.10.0 DATADOG TRACER CONFIGURATION => { - "date": "2025-05-09T13:45:30Z", - "os_name": "Linux builder.remirepo.net 6.14.5-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 2 14:06:21 UTC 2025 x86_64", - "os_version": "6.14.5-200.fc41.x86_64", - "version": "1.9.0", + "date": "2025-05-29T05:37:19Z", + "os_name": "Linux builder.remirepo.net 6.14.8-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 22 19:26:21 UTC 2025 x86_64", + "os_version": "6.14.8-200.fc41.x86_64", + "version": "1.10.0", "lang": "php", "lang_version": "8.3.21", "env": null, @@ -123,6 +123,7 @@ datadog.trace.propagate_service => Off => Off datadog.trace.propagation_style_extract => datadog,tracecontext,B3,B3 single header,baggage => datadog,tracecontext,B3,B3 single header,baggage datadog.trace.propagation_style_inject => datadog,tracecontext,baggage => datadog,tracecontext,baggage datadog.trace.propagation_style => datadog,tracecontext,baggage => datadog,tracecontext,baggage +datadog.trace.baggage_tag_keys => user.id,session.id,account.id => user.id,session.id,account.id datadog.trace.ignore_agent_sampling_rates => Off => Off datadog.trace.traced_internal_functions => no value => no value datadog.trace.agent_timeout => 500 => 500 @@ -192,6 +193,8 @@ datadog.dynamic_instrumentation.redacted_types => no value => no value datadog.trace.baggage_max_items => 64 => 64 datadog.trace.baggage_max_bytes => 8192 => 8192 datadog.trace.inferred_proxy_services_enabled => Off => Off +datadog.trace.http_client_error_statuses => 500-599 => 500-599 +datadog.trace.http_server_error_statuses => 500-599 => 500-599 datadog.trace.amqp_enabled => On => On datadog.trace.amqp_analytics_enabled => Off => Off datadog.amqp_analytics_enabled => Off => Off @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] { +Extension [ <persistent> extension #138 ddtrace version 1.10.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -217,6 +217,9 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] { Entry [ datadog.trace.propagation_style <ALL> ] Current = 'datadog,tracecontext,baggage' } + Entry [ datadog.trace.baggage_tag_keys <ALL> ] + Current = 'user.id,session.id,account.id' + } Entry [ datadog.trace.ignore_agent_sampling_rates <SYSTEM> ] Current = 'false' } @@ -424,6 +427,12 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.0 ] { Entry [ datadog.trace.inferred_proxy_services_enabled <ALL> ] Current = 'false' } + Entry [ datadog.trace.http_client_error_statuses <SYSTEM> ] + Current = '500-599' + } + Entry [ datadog.trace.http_server_error_statuses <SYSTEM> ] + Current = '500-599' + } Entry [ datadog.trace.amqp_enabled <ALL> ] Current = 'true' } @@ -1067,7 +1076,7 @@ Extension [ <persistent> extension #138 ddtrace version 1.9.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.9.0 } + Constant [ string DD_TRACE_VERSION ] { 1.10.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 } diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 7c51e2c..8200fd9 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -23,11 +23,12 @@ # if needed, build using --enablerepo=stream # and delete root_cache after the build # EL 8.10 1.79.0 -# EL 8 priv 1.84.1 +# EL 8 priv 1.85.0 # EL 9.5 1.79.0 +# EL 9.6 1.84.1 # EL 9 stream 1.85.0 -# EL 10.0 1.79.0 -# EL 10 stream 1.85.0 +# EL 10.0 1.84.1 +# EL 10 stream 1.86.0 # pecl name %global proj_name datadog_trace @@ -36,7 +37,7 @@ # extension name %global pecl_name ddtrace -%global upstream_version 1.9.0 +%global upstream_version 1.10.0 #global upstream_prever beta1 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini @@ -289,6 +290,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu May 29 2025 Remi Collet <remi@remirepo.net> - 1.10.0-1 +- update to 1.10.0 + * Fri May 9 2025 Remi Collet <remi@remirepo.net> - 1.9.0-1 - update to 1.9.0 |