-
Notifications
You must be signed in to change notification settings - Fork 504
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
HotROD traces display without trace name #149
Comments
This could be a server-side issue, the root span doesn't look right, span reference with traceID=0 is invalid
|
I've been running the latest UI with a prior all-in-one and haven't noticed the issue. I'll confirm, though. |
I'm pretty sure it's an issue on the server, when I use memory store I see it getting spans with above reference (traceID==0, invalid). I'm still looking where exactly it's being added, by the client or the server enrichment. |
Confirmed that the issue is in the Go client (jaegertracing/jaeger-client-go#242) that sends a bad reference |
Is there a change necessary in the UI? |
no, just the backend - jaegertracing/jaeger#614 |
@tiffon I just tried the latest UI and saw this
The text was updated successfully, but these errors were encountered: