summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO10
-rw-r--r--REFLECTION13
-rw-r--r--php-pecl-datadog-trace.spec12
3 files changed, 20 insertions, 15 deletions
diff --git a/PHPINFO b/PHPINFO
index c0064e7..b4899e4 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -7,11 +7,11 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang
(c) Datadog 2020
Datadog tracing support => disabled
-Version => 0.65.1
-DATADOG TRACER CONFIGURATION => {"date":"2021-09-22T05:39:07Z","os_name":"Linux builder.remirepo.net 5.13.16-100.fc33.x86_64 #1 SMP Mon Sep 13 12:35:26 UTC 2021 x86_64","os_version":"5.13.16-100.fc33.x86_64","version":"0.65.1","lang":"php","lang_version":"7.4.24","env":null,"enabled":true,"service":null,"enabled_cli":false,"agent_url":"http://localhost:8126","debug":false,"analytics_enabled":false,"sample_rate":1.000000,"sampling_rules":null,"tags":{},"service_mapping":{},"distributed_tracing_enabled":true,"priority_sampling_enabled":true,"dd_version":null,"architecture":"x86_64","sapi":"cli","datadog.trace.request_init_hook":"/usr/share/pear/datadog_trace/bridge/dd_wrap_autoloader.php","open_basedir_configured":false,"uri_fragment_regex":null,"uri_mapping_incoming":null,"uri_mapping_outgoing":null,"auto_flush_enabled":false,"generate_root_span":true,"http_client_split_by_domain":false,"measure_compile_time":true,"report_hostname_on_root_span":false,"traced_internal_functions":null,"auto_prepend_file_configured":false,"integrations_disabled":"default","enabled_from_env":true,"opcache.file_cache":null,"agent_error":"Failed to connect to localhost port 8126: Connection refused"}
+Version => 0.66.0
+DATADOG TRACER CONFIGURATION => {"date":"2021-10-12T05:07:18Z","os_name":"Linux builder.remirepo.net 5.14.9-100.fc33.x86_64 #1 SMP Thu Sep 30 12:45:49 UTC 2021 x86_64","os_version":"5.14.9-100.fc33.x86_64","version":"0.66.0","lang":"php","lang_version":"7.4.24","env":null,"enabled":true,"service":null,"enabled_cli":false,"agent_url":"http://localhost:8126","debug":false,"analytics_enabled":false,"sample_rate":1,000000,"sampling_rules":null,"tags":{},"service_mapping":{},"distributed_tracing_enabled":true,"priority_sampling_enabled":true,"dd_version":null,"architecture":"x86_64","sapi":"cli","datadog.trace.request_init_hook":"/usr/share/pear/datadog_trace/bridge/dd_wrap_autoloader.php","open_basedir_configured":false,"uri_fragment_regex":null,"uri_mapping_incoming":null,"uri_mapping_outgoing":null,"auto_flush_enabled":false,"generate_root_span":true,"http_client_split_by_domain":false,"measure_compile_time":true,"report_hostname_on_root_span":false,"traced_internal_functions":null,"auto_prepend_file_configured":false,"integrations_disabled":"default","enabled_from_env":false,"opcache.file_cache":null,"agent_error":"Failed to connect to localhost port 8126: Connexion refusée"}
Diagnostics
-agent_error => Failed to connect to localhost port 8126: Connection refused
+agent_error => Failed to connect to localhost port 8126: Connexion refusée
Diagnostic checks => failed
Directive => Local Value => Master Value
@@ -39,7 +39,7 @@ datadog.trace.auto_flush_enabled => Off => Off
datadog.trace.cli_enabled => Off => Off
datadog.trace.measure_compile_time => On => On
datadog.trace.debug => Off => Off
-datadog.trace.enabled => On => On
+datadog.trace.enabled => Off => On
datadog.trace.health_metrics_enabled => Off => Off
datadog.trace.health_metrics_heartbeat_sample_rate => 0.001 => 0.001
datadog.trace.http_client_split_by_domain => Off => Off
@@ -48,10 +48,10 @@ datadog.trace.report_hostname => Off => Off
datadog.trace.resource_uri_fragment_regex => no value => no value
datadog.trace.resource_uri_mapping_incoming => no value => no value
datadog.trace.resource_uri_mapping_outgoing => no value => no value
-datadog.trace.resource_uri_mapping => no value => no value
datadog.trace.sample_rate => 1 => 1
datadog.sampling_rate => 1 => 1
datadog.trace.sampling_rules => no value => no value
+datadog.trace.header_tags => no value => no value
datadog.trace.traced_internal_functions => no value => no value
datadog.trace.agent_timeout => 500 => 500
datadog.trace.agent_connect_timeout => 100 => 100
diff --git a/REFLECTION b/REFLECTION
index c470023..1bde26a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #124 ddtrace version 0.65.1 ] {
+Extension [ <persistent> extension #125 ddtrace version 0.66.0 ] {
- INI {
Entry [ ddtrace.disable <SYSTEM> ]
@@ -74,7 +74,8 @@ Extension [ <persistent> extension #124 ddtrace version 0.65.1 ] {
Current = 'false'
}
Entry [ datadog.trace.enabled <ALL> ]
- Current = 'true'
+ Current = '0'
+ Default = 'true'
}
Entry [ datadog.trace.health_metrics_enabled <SYSTEM> ]
Current = 'false'
@@ -100,9 +101,6 @@ Extension [ <persistent> extension #124 ddtrace version 0.65.1 ] {
Entry [ datadog.trace.resource_uri_mapping_outgoing <ALL> ]
Current = ''
}
- Entry [ datadog.trace.resource_uri_mapping <ALL> ]
- Current = ''
- }
Entry [ datadog.trace.sample_rate <ALL> ]
Current = '1'
}
@@ -112,6 +110,9 @@ Extension [ <persistent> extension #124 ddtrace version 0.65.1 ] {
Entry [ datadog.trace.sampling_rules <ALL> ]
Current = ''
}
+ Entry [ datadog.trace.header_tags <ALL> ]
+ Current = ''
+ }
Entry [ datadog.trace.traced_internal_functions <ALL> ]
Current = ''
}
@@ -493,7 +494,7 @@ Extension [ <persistent> extension #124 ddtrace version 0.65.1 ] {
}
- Constants [1] {
- Constant [ string DD_TRACE_VERSION ] { 0.65.1 }
+ Constant [ string DD_TRACE_VERSION ] { 0.66.0 }
}
- Functions {
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index 19e0068..ada989f 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -26,7 +26,7 @@
Summary: APM and distributed tracing for PHP
Name: %{?sub_prefix}php-pecl-datadog-trace
-Version: 0.65.1
+Version: 0.66.0
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# extension is dual-licensed under Apache 2.0 or BSD3.
# mpack is MIT
@@ -74,15 +74,15 @@ Provides: %{?scl_prefix}php-pecl-%{safe_name}%{?_isa} = %{version}-%{rele
%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
-%if "%{php_version}" > "7.3"
-Obsoletes: php73-pecl-%{safe_name} <= %{version}
-%endif
%if "%{php_version}" > "7.4"
Obsoletes: php74-pecl-%{safe_name} <= %{version}
%endif
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{safe_name} <= %{version}
%endif
+%if "%{php_version}" > "8.1"
+Obsoletes: php81-pecl-%{safe_name} <= %{version}
+%endif
%endif
@@ -226,6 +226,7 @@ cd ../ZTS
: Upstream test suite for ZTS extension
TEST_PHP_EXECUTABLE=%{__ztsphp} \
+TEST_PHP_CGI_EXECUTABLE=%{__ztsphp}-cgi \
TEST_PHP_ARGS="$DEP $MOD -d extension=$PWD/modules/%{pecl_name}.so" \
REPORT_EXIT_STATUS=1 \
%{__ztsphp} -n run-tests.php -q --show-diff
@@ -269,6 +270,9 @@ fi
%changelog
+* Tue Oct 12 2021 Remi Collet <remi@remirepo.net> - 0.66.0-1
+- update to 0.66.0
+
* Wed Sep 22 2021 Remi Collet <remi@remirepo.net> - 0.65.1-1
- update to 0.65.1