diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-09 09:15:45 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-09 09:15:45 +0100 |
commit | 64ea833c5569f8fb0f529ddf692cf6b8eea85930 (patch) | |
tree | 566e3b709e36de4b213ab9dbb5f3f779faf8a67a /PHPINFO | |
parent | 54b96ed1273297781b98a1f6d43fd0e21491f4a7 (diff) |
EL-10 disable kafka reporter - broken build with OPENSSL_NO_ENGINE
resported as https://github.com/apache/skywalking/issues/12837
re-license spec file to CECILL-2.1
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,13 +1,14 @@ skywalking_agent -version => 0.7.0 +version => 0.8.0 authors => Apache Software Foundation:jmjoy <jmjoy@apache.org>:Yanlong He <heyanlong@apache.org> Directive => Local Value => Master Value skywalking_agent.enable => 0 => 0 skywalking_agent.skywalking_version => 8 => 8 skywalking_agent.server_addr => 127.0.0.1:11800 => 127.0.0.1:11800 +skywalking_agent.instance_name => no value => no value skywalking_agent.service_name => hello-skywalking => hello-skywalking skywalking_agent.worker_threads => 0 => 0 skywalking_agent.log_level => OFF => OFF @@ -24,3 +25,5 @@ skywalking_agent.enable_zend_observer => 0 => 0 skywalking_agent.reporter_type => grpc => grpc skywalking_agent.kafka_bootstrap_servers => no value => no value skywalking_agent.kafka_producer_config => {} => {} +skywalking_agent.inject_context => 0 => 0 +skywalking_agent.standalone_socket_path => no value => no value |