You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/24 10:41:37 UTC

[GitHub] [apisix] macaty opened a new issue #5133: bug: apisix 2.9 can't support skywalking 8.7.0

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] macaty edited a comment on issue #5133: bug: apisix 2.9 can't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
macaty edited a comment on issue #5133:
URL: https://github.com/apache/apisix/issues/5133#issuecomment-926530320


   ![QQ图片20210924184622](https://user-images.githubusercontent.com/16797633/134662527-360e8534-954d-4de0-80ee-7af9289de5d8.png)
   8.7.0 show nothing


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] macaty commented on issue #5133: bug: apisix 2.9 can't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
macaty commented on issue #5133:
URL: https://github.com/apache/apisix/issues/5133#issuecomment-926530320


   ![QQ图片20210924184622](https://user-images.githubusercontent.com/16797633/134662527-360e8534-954d-4de0-80ee-7af9289de5d8.png)
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] dmsolr commented on issue #5133: bug: apisix 2.9 didn't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
dmsolr commented on issue #5133:
URL: https://github.com/apache/apisix/issues/5133#issuecomment-927439836


   > ![QQ图片20210924184622](https://user-images.githubusercontent.com/16797633/134662527-360e8534-954d-4de0-80ee-7af9289de5d8.png)
   > 8.7.0 show nothing
   
   Seem like it collected the tracing segment. You could try to pick up the proper time zone and time range, and then click `reload` at the right top.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] tzssangglass commented on issue #5133: bug: apisix 2.9 didn't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #5133:
URL: https://github.com/apache/apisix/issues/5133#issuecomment-926638698


   see: https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/skywalking.md#run-skywalking-example, the example used here is skywalking 8.3, and I don't think this is a bug.
   
   I don't know what changes between skywalking 8.7 and 8.3, maybe we should update https://github.com/apache/skywalking-nginx-lua to support skywalking 8.7.
   
   @spacewander @membphis what's your options?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on issue #5133: bug: apisix 2.9 didn't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #5133:
URL: https://github.com/apache/apisix/issues/5133#issuecomment-927304115


   Does https://github.com/apache/apisix/pull/5139 solve the problem?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] macaty commented on issue #5133: bug: apisix 2.9 can't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
macaty commented on issue #5133:
URL: https://github.com/apache/apisix/issues/5133#issuecomment-926530070


   ![Uploading 微信图片_20210923134348.jpg…]()
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] macaty removed a comment on issue #5133: bug: apisix 2.9 can't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
macaty removed a comment on issue #5133:
URL: https://github.com/apache/apisix/issues/5133#issuecomment-926530070


   ![Uploading 微信图片_20210923134348.jpg…]()
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander closed issue #5133: bug: apisix 2.9 didn't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #5133:
URL: https://github.com/apache/apisix/issues/5133


   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] macaty commented on issue #5133: bug: apisix 2.9 didn't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
macaty commented on issue #5133:
URL: https://github.com/apache/apisix/issues/5133#issuecomment-927314594


   Can you build a docker image for me to test?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] macaty commented on issue #5133: bug: apisix 2.9 can't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
macaty commented on issue #5133:
URL: https://github.com/apache/apisix/issues/5133#issuecomment-926531108


   ![QQ图片20210924184622](https://user-images.githubusercontent.com/16797633/134662707-fc3fcc62-43bb-402a-bb4a-d941530968b8.png)
   8.3 working good


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] macaty edited a comment on issue #5133: bug: apisix 2.9 can't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
macaty edited a comment on issue #5133:
URL: https://github.com/apache/apisix/issues/5133#issuecomment-926531108


   
   ![Snipaste_2021-09-24_18-48-22](https://user-images.githubusercontent.com/16797633/134662762-44f29e97-6b0d-444e-a11a-1b50fea6ee95.png)
   
   8.3 working good


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] macaty commented on issue #5133: bug: apisix 2.9 didn't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
macaty commented on issue #5133:
URL: https://github.com/apache/apisix/issues/5133#issuecomment-927018696


   thx


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] tzssangglass commented on issue #5133: bug: apisix 2.9 didn't support skywalking 8.7.0

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #5133:
URL: https://github.com/apache/apisix/issues/5133#issuecomment-927328020


   > Can you build a docker image for me to test?
   
   do it yourself, you can refer to: https://github.com/apache/apisix-docker/blob/master/centos/Dockerfile


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org