Need help with exporting spans using JaegerExporter from python. I keep getting Bad version in ReadMessageBegin #3673
Unanswered
vamshiaruru-virgodesigns
asked this question in
Q&A
Replies: 2 comments 4 replies
-
It started working fine after changing port from 6832 to 6831. But it is working fine on JS with 6832. Is it because multiple exporters can't send to the same port? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ports 6831 and 6832 expect different Thrift encodings, binary vs. compact. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to push spans from python fastapi app to jaeger. I brought up jaeger locally using the
all-in-one
image, using this command:And in python, I am setting up open telemetry like so:
So as traces are generated and pushed, I see the following error message in
jaeger
container logs:I am able to push data to this jaeger instance using Node.JS exporter, but not python exporter.
I have no idea what I am doing wrong, or how even to debug this. Any help is very appreciated. Thanks :D
Beta Was this translation helpful? Give feedback.
All reactions