Recording Spans via HTTP Request Sink and Replaying Fails #3194
Unanswered
rauljordan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to capture open trace spans from an application into an http request sink which marshals and writes base64 encoded raw requests into a file with Golang. I then open the file and replay the http requests to jaeger all-in-one at endpoint localhost:9412/api/v2/spans as mentioned in the docs.
When replaying the requests, each request fails with the following error:
The code needed to reproduce this issue is the request sink here and the replayer here
Thank you for the attention!
Beta Was this translation helpful? Give feedback.
All reactions