macaty opened a new issue #5133:
URL: https://github.com/apache/apisix/issues/5133


   ### Issue description
   
   apisix 2.9 启用skywalking插件,发送到skywalking 8.7.0版本的,skywalking无法解析,ui里面显示空白。
   降级skywalking 8.3版本就可以了正常了。
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): 2.9
   - OS (cmd: `uname -a`):Linux 240D135 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 
19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `curl 
http://127.0.0.1:9090/v1/server_info` to get the info from server-info 
API):3.4.0
   - apisix-dashboard version, if have: 2.8
   - the plugin runner version, if the issue is about a plugin runner (cmd: 
depended on the kind of runner):
   - luarocks version, if the issue is about installation (cmd: `luarocks 
--version`):
   
   
   ### Steps to reproduce
   
   1、安装apisix 2.9
   2、启用apisix的skywalking插件
       plugins:
         - skywalking   
       plugin_attr:
         skywalking:   
           service_name: APISIX
           service_instance_name: $hostname
           endpoint_addr: http://192.168.xxx0:12800
   3、dashboard启用全局配置
   {
     "disable": false,
     "sample_ratio": 1
   }
   
   
   ### Actual result
   
   4、安装skywalking 8.7.0 oap和ui
   查看数据,空白显示
   
   5、安装安装skywalking 8.3.0 oap和ui
   查看数据,正常
   
   ### Error log
   
   无错误log
   
   ### Expected result
   
   无错误日志


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to