diff options
| -rw-r--r-- | PHPINFO | 12 | ||||
| -rw-r--r-- | REFLECTION | 11 | ||||
| -rw-r--r-- | php-pecl-datadog-trace.spec | 5 | 
3 files changed, 20 insertions, 8 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.6.4 +Version => 1.7.0  DATADOG TRACER CONFIGURATION => { -    "date": "2025-02-16T07:09:39Z", -    "os_name": "Linux builder.remirepo.net 6.12.11-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jan 24 04:59:58 UTC 2025 x86_64", -    "os_version": "6.12.11-200.fc41.x86_64", -    "version": "1.6.4", +    "date": "2025-02-22T06:31:54Z", +    "os_name": "Linux builder.remirepo.net 6.12.15-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 18 15:24:05 UTC 2025 x86_64", +    "os_version": "6.12.15-200.fc41.x86_64", +    "version": "1.7.0",      "lang": "php",      "lang_version": "8.3.17",      "env": null, @@ -81,6 +81,7 @@ datadog.trace.measure_peak_memory_usage => On => On  datadog.trace.debug => Off => Off  datadog.trace.enabled => On => On  datadog.instrumentation_telemetry_enabled => On => On +datadog.telemetry_log_collection_enabled => On => On  datadog.trace.health_metrics_enabled => Off => Off  datadog.trace.health_metrics_heartbeat_sample_rate => 0.001 => 0.001  datadog.trace.db_client_split_by_instance => Off => Off @@ -121,6 +122,7 @@ datadog.trace.propagate_service => Off => Off  datadog.trace.propagation_style_extract => datadog,tracecontext,B3,B3 single header => datadog,tracecontext,B3,B3 single header  datadog.trace.propagation_style_inject => datadog,tracecontext => datadog,tracecontext  datadog.trace.propagation_style => datadog,tracecontext => datadog,tracecontext +datadog.trace.ignore_agent_sampling_rates => Off => Off  datadog.trace.traced_internal_functions => no value => no value  datadog.trace.agent_timeout => 500 => 500  datadog.trace.agent_connect_timeout => 100 => 100 @@ -1,8 +1,9 @@ -Extension [ <persistent> extension #132 ddtrace version 1.6.4 ] { +Extension [ <persistent> extension #132 ddtrace version 1.7.0 ] {    - Dependencies {      Dependency [ json (Required) ]      Dependency [ standard (Required) ] +    Dependency [ openetelemetry (Optional) ]    }    - INI { @@ -90,6 +91,9 @@ Extension [ <persistent> extension #132 ddtrace version 1.6.4 ] {      Entry [ datadog.instrumentation_telemetry_enabled <SYSTEM> ]        Current = 'true'      } +    Entry [ datadog.telemetry_log_collection_enabled <ALL> ] +      Current = 'true' +    }      Entry [ datadog.trace.health_metrics_enabled <SYSTEM> ]        Current = 'false'      } @@ -210,6 +214,9 @@ Extension [ <persistent> extension #132 ddtrace version 1.6.4 ] {      Entry [ datadog.trace.propagation_style <ALL> ]        Current = 'datadog,tracecontext'      } +    Entry [ datadog.trace.ignore_agent_sampling_rates <SYSTEM> ] +      Current = 'false' +    }      Entry [ datadog.trace.traced_internal_functions <ALL> ]        Current = ''      } @@ -1024,7 +1031,7 @@ Extension [ <persistent> extension #132 ddtrace version 1.6.4 ] {      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.6.4 } +    Constant [ string DD_TRACE_VERSION ] { 1.7.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 945b32c..f8741cf 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -30,7 +30,7 @@  # extension name  %global pecl_name        ddtrace -%global upstream_version 1.6.4 +%global upstream_version 1.7.0  #global upstream_prever  beta1  %global with_zts         0%{!?_without_zts:%{?__ztsphp:1}}  %global ini_name         40-%{pecl_name}.ini @@ -280,6 +280,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Sat Feb 22 2025 Remi Collet <remi@remirepo.net> - 1.7.0-1 +- update to 1.7.0 +  * Sun Feb 16 2025 Remi Collet <remi@remirepo.net> - 1.6.4-1  - update to 1.6.4  | 
