-
Notifications
You must be signed in to change notification settings - Fork 21
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
Query on type [traces] return error when searching with the word Unhealthy #464
Comments
checked the logs on the grafana pod
|
sample-span-record.json |
Hi @patrickdung ! Thanks for the detailed bug report, I'm currently looking at this, and based on the error I suspect we're not handling what happens when we don't get results properly. I'll take a deeper look at this and see what I find |
After more investigating, it looks like the line where we parse the trace group from the results assumes that I'll add this to our backlog to hopefully be scheduled soon. |
Actually, this should be fixed by #445 , which will be in our next release! |
What happened:
Searching on Traces sometimes return error
Works
namespace="default"
namespace="unhealthy"
reason="Info"
reason="unhealthy"
Query error
namespace="Unhealthy"
reason="Unhealthy"
What you expected to happen:
No error for the query
How to reproduce it (as minimally and precisely as possible):
Always
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: