-
Notifications
You must be signed in to change notification settings - Fork 528
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
Same queries result in different results #3777
Comments
Tempo returns the first spans it finds in the supplied time range matching the criteria. We would like to change this to return the most recent spans which would make the results stable. Some discussion here: #2659 (comment) |
This issue has been automatically marked as stale because it has not had any activity in the past 60 days. |
@joe-elliott - have you been able to make any progress on this? |
I have. Here is my current branch diffed against main: main...joe-elliott:ordered-results I believe I overcame the last of the major perf regressions yesterday. Results will definitely be a bit slower to come in b/c Tempo has to search more data to make sure that it has the most recent results, but I have mitigated it as much as possible. It's been slow going. I have not had a ton of time to focus on it and I also went down a few paths I ended up not liking before finding this one. Having said that I think it's close and I'm hoping to get a PR up next week. Remaining todo:
|
Not sure this is related, but the same happens to me when hitting the search API directly via http. |
No, this is the same issue |
This issue has been automatically marked as stale because it has not had any activity in the past 60 days. |
Describe the bug
When quickly refreshing (running a search query in the explore view) I am getting a non deterministic view of the traces, resulting in different traces (different timestamps) being shown.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expecting to receive the latest traces on the top when refreshing the query.
Environment:
Additional Context
Attaching screenshots (queries run after each other)
The text was updated successfully, but these errors were encountered: