SkyAPM / go2sky

Distributed tracing and monitor SDK in Go for Apache SkyWalking APM
https://skywalking.apache.org/
Apache License 2.0
447 stars 122 forks source link

grpc 无法连接 #116

Closed songning4 closed 3 years ago

songning4 commented 3 years ago

为了兼容etcd使用了grpc1.26.0,所以将go2sky也降到了0.6.0,虽然可以启动,但是启动后会报错:

go2sky-gRPC2021/06/03 17:53:33 open stream error rpc error: code = Canceled desc = grpc: the client connection is closing go2sky-gRPC2021/06/03 17:53:38 open stream error rpc error: code = Canceled desc = grpc: the client connection is closing go2sky-gRPC2021/06/03 17:53:43 open stream error rpc error: code = Canceled desc = grpc: the client connection is closing go2sky-gRPC2021/06/03 17:53:48 open stream error rpc error: code = Canceled desc = grpc: the client connection is closing go2sky-gRPC2021/06/03 17:53:53 open stream error rpc error: code = Canceled desc = grpc: the client connection is closing

服务端也没有收到任何数据,请问下怎么处理😰谢谢

wu-sheng commented 3 years ago

This means you closed the reporter. Not go2sky's issue.

lppgo commented 2 years ago

我发现了,是本地的proxy代理导致的

lppgo commented 2 years ago

我这边是没有任何报错信息,但在skywalking ui看不到任何数据,可以请教一下吗。我的邮箱1605577372@qq.com