-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java Script error for certain JSON response #229
Comments
Problem solved by attaching a tag on the span. It seems like the JS code expects all spans to have at least a tag. |
Are you using the recent version of Jaeger backend? This issue came up before (https://github.com/uber/jaeger-ui/issues/33) and there was a backend fix (https://github.com/uber/jaeger/pull/195) to ensure that tags are always returned as empty arrays |
I'm using version 0.19.0 as the Java binding client and the latest all-in-one docker image. |
Can you check the tags on the current image you're using? Sometimes Docker might keep the old version. |
I'm running into an issue that the Jaeger UI cannot correctly render JSON response after clicking the search button.
The JavaScript error shown is
and the JSON response is
When there's only a span under a tracer, no error prompts out. I look through the code, it seems that
tags
was undefined at the time.Is that because of the problem of the JSON format or it may be a potential bug for the UI?
PS. Configuration setting:
Thanks!
The text was updated successfully, but these errors were encountered: