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
Requirement - what kind of business use case are you trying to solve?
Seeing the latest traces while limiting the number of results.
Problem - what in Jaeger blocks you from solving the requirement?
With all-in-one 1.15.1 I don't get the latest X traces anymore, but it seems rather the traces with highest trace ID first.
With 1.14 I correctly get the latest X number of traces, regardless of their trace id.
Just changing back to 1.14 shows me the latest (e.g. 20) traces again.
Proposal - what do you suggest to solve the problem or improve the existing situation?
It seems like the search is now giving back the first X number of traces in the given time range based on the highest traceID instead of latest time.
The behavior in 1.14 was correctly returning the latest traces first.
Any open questions to address
The text was updated successfully, but these errors were encountered:
Requirement - what kind of business use case are you trying to solve?
Seeing the latest traces while limiting the number of results.
Problem - what in Jaeger blocks you from solving the requirement?
With all-in-one 1.15.1 I don't get the latest X traces anymore, but it seems rather the traces with highest trace ID first.
With 1.14 I correctly get the latest X number of traces, regardless of their trace id.
Running jaeger/all-in-one via docker:
Just changing back to 1.14 shows me the latest (e.g. 20) traces again.
Proposal - what do you suggest to solve the problem or improve the existing situation?
It seems like the search is now giving back the first X number of traces in the given time range based on the highest traceID instead of latest time.
The behavior in 1.14 was correctly returning the latest traces first.
Any open questions to address
The text was updated successfully, but these errors were encountered: