Replies: 1 comment
-
Hey @YMingZeng! I'm here to help you with any bugs, questions, or contributions you have regarding this repository. Let's tackle this together! In Jaeger Agent v1.13.0, the gRPC protocol is the recommended and stable protocol for communication between Agents and Collectors, while the TChannel protocol is deprecated and will be removed in future versions [1]. Given that the Jaeger Agent works with TChannel but not with gRPC, here are a few steps to diagnose and potentially resolve the issue:
By following these steps, you should be able to gather more information about why the gRPC reporter is not functioning as expected and potentially resolve the issue. |
Beta Was this translation helpful? Give feedback.
-
using this command to start the agent:
./jaeger-agent --reporter.grpc.host-port=xxxx --processor.jaeger-binary.server-queue-size=2000 --processor.jaeger-compact.server-queue-size=2000
when I start the agent in tchannel way , it's ok
./jaeger-agent --collector.host-port=XXX:14267 --processor.jaeger-binary.server-queue-size=2000 --processor.jaeger-compact.server-queue-size=2000
the version of jaeger-agent is v1.13.0
I know it's old ,but for some reason, I can't update it.
I don't know whether the latest version of jaeger-agent has the some problem.
Is it a bug ?
Beta Was this translation helpful? Give feedback.
All reactions