-
Bug
-
Resolution: Done
-
Undefined
-
None
-
Quality / Stability / Reliability
-
False
-
-
1
-
None
-
None
-
Tracing Sprint # 278
-
None
-
None
-
None
Problem:
We have 2 options to query: by filters and by TraceQL.
When using TraceQL by clicking on Show Query, in case you enter an invalid statement and ends in an error, there is no way to recover from this unless you enter a valid TraceQL statement.
So, in order to revert to see the filters again, I should leave Traces page and back again to reset the error state.
Steps to reproduce:
- Go to Observe > Traces
- Click on Show Query link
- Enter { 1 }
- Click on Run query => error is presented
- Hide query link is disabled
- I am locked in this error state and I am not able to cover from it by using the filtering again.
Expected Result: There should be a way to recover from error state with some initial state, without forcing me to know a valid TraceQL to solve the problem.