jaeger: Can't find any spans... keep getting "Unexpected end of JSON input"
Here is the error messaging I’m seeing… For context I’m using the jaegertracing/all-in-one docker image locally…
There was an error querying for traces:
Unexpected end of JSON input
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 21 (9 by maintainers)
Hello, also seeing this issue here.
What happens is that the UI receive a 200 status code with no JSON body from the server part. The strange thing is that it seems caused by some particular spans. When querying for spans other than these particular spans, the UI displays them gracefully.
Even if some spans are corrupted, shouldn’t the server part at least return the valid ones to the UI?
If you have the field populated, the “Find Traces” button enabled, and still get a request being made without the
serviceparameter, then there’s definitely a bug in there…