zqm233 commented on issue #5609: URL: https://github.com/apache/apisix/issues/5609#issuecomment-979636903
> 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 What version of the APISIX do you use? Maybe i should the latest version? -- 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