[GitHub] [apisix] tzssangglass commented on issue #5609: bug: error when using the zipkin plugin

2021-11-28 Thread GitBox


tzssangglass commented on issue #5609:
URL: https://github.com/apache/apisix/issues/5609#issuecomment-981221245


   considered resolved.


-- 
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-unsubscr...@apisix.apache.org

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




[GitHub] [apisix] tzssangglass commented on issue #5609: bug: error when using the zipkin plugin

2021-11-25 Thread GitBox


tzssangglass commented on issue #5609:
URL: https://github.com/apache/apisix/issues/5609#issuecomment-979648166


   my APISIX version is 2.10.2, and we have some bugfix maybe releated to this: 
https://github.com/apache/apisix/pull/5256 
https://github.com/apache/apisix/pull/5295
   
   can you use the master branch or 2.10.2 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-unsubscr...@apisix.apache.org

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




[GitHub] [apisix] tzssangglass commented on issue #5609: bug: error when using the zipkin plugin

2021-11-25 Thread GitBox


tzssangglass commented on issue #5609:
URL: https://github.com/apache/apisix/issues/5609#issuecomment-979637163


   I know,  you put the zipkin plugin on the global rule?


-- 
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-unsubscr...@apisix.apache.org

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




[GitHub] [apisix] tzssangglass commented on issue #5609: bug: error when using the zipkin plugin

2021-11-25 Thread GitBox


tzssangglass commented on issue #5609:
URL: https://github.com/apache/apisix/issues/5609#issuecomment-979630601


   I can't reproduce it either
   
   1. start zipkin
   
   `docker run -d -p 9411:9411 openzipkin/zipkin`
   
   2. route config
   
   ```json
   {
   "plugins": {
   "zipkin": {
   "endpoint": "http://127.0.0.1:9411/api/v2/spans";,
   "sample_ratio": 1,
   "service_name": "APISIX-IN-SG"
   }
   },
   "upstream": {
  "nodes": {
  "127.0.0.1:1980": 1
  },
  "type": "roundrobin"
   },
   "uri": "/*"
   }
   ```
   
   3. wrk2
   
   `wrk2 -t4 -c10 -d30s -R1000 --latency http://127.0.0.1:9080/get`
   
   no errors in logs/error.log


-- 
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-unsubscr...@apisix.apache.org

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




[GitHub] [apisix] tzssangglass commented on issue #5609: bug: error when using the zipkin plugin

2021-11-25 Thread GitBox


tzssangglass commented on issue #5609:
URL: https://github.com/apache/apisix/issues/5609#issuecomment-979592489


   > 1. Apisix open the zipkin plugin, set an upstream and a route. A go 
service as the upastrem.
   
   show the config of route, upstream


-- 
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-unsubscr...@apisix.apache.org

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