Skip to content
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

Get traces returns older results #33

Closed
jeqo opened this issue Aug 27, 2019 · 0 comments · Fixed by #34
Closed

Get traces returns older results #33

jeqo opened this issue Aug 27, 2019 · 0 comments · Fixed by #34

Comments

@jeqo
Copy link
Collaborator

jeqo commented Aug 27, 2019

Result list is currently based on the order KeyValueStore range API is returning. Even though this API promises no sort order, usually it returns from oldest to newest based on best effort.

We should find a way to build a result list with latest values instead of oldest.

@jeqo jeqo mentioned this issue Aug 27, 2019
@jeqo jeqo closed this as completed in #34 Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant