You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the jaeger ui, if I want to search all the trace, selecting all in the operation form dose not return all the trace.
While if I set the operation field to a specific value like GET I can see traces that I should see also with the "all" option.
We can see filtering by all, I get just 3 trace (and 0 get request ...), while if I explicit GET I can see correctly all the GET.
In addition I have looked the cassandra table traces, where all the trace are stored and in db running a simple distinct on the trace_id I have seen that there are a lot of more distinct trace_id (more than 100).
Steps to reproduce
Look if the trace filtered setting operation to all are correctly all the trace
Look if filtering the operation setting others value shows some trace that are not present in the all case.
Expected behavior
I expect that selecting all in the operation enable me to see all the trace that was produced the selected time interval, not just a few.
What happened?
Using the jaeger ui, if I want to search all the trace, selecting all in the operation form dose not return all the trace.
While if I set the operation field to a specific value like GET I can see traces that I should see also with the "all" option.
We can see filtering by all, I get just 3 trace (and 0 get request ...), while if I explicit GET I can see correctly all the GET.
In addition I have looked the cassandra table traces, where all the trace are stored and in db running a simple distinct on the trace_id I have seen that there are a lot of more distinct trace_id (more than 100).
Steps to reproduce
Expected behavior
I expect that selecting all in the operation enable me to see all the trace that was produced the selected time interval, not just a few.
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
cassandra
Operating system
Windows(WSL2)
Deployment model
docker compose
Deployment configs
The text was updated successfully, but these errors were encountered: