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

ES storage has hard limit of 10k spans per trace during reading #668

Closed
golonzovsky opened this issue Jan 29, 2018 · 1 comment
Closed
Labels
enhancement help wanted Features that maintainers are willing to accept but do not have cycles to implement

Comments

@golonzovsky
Copy link

ES storage queries are limited to 10k spans, so big traces over 10k spans (usually batches) displayed partially and have limited usability.

See related span store reader code:
https://github.com/jaegertracing/jaeger/blob/master/plugin/storage/es/spanstore/reader.go#L52

Maybe using "Scroll" or "Search After" would help with this.

@yurishkuro yurishkuro added enhancement help wanted Features that maintainers are willing to accept but do not have cycles to implement labels Jan 29, 2018
@sramakr
Copy link
Contributor

sramakr commented Feb 3, 2018

@yurishkuro I would like to help on this issue.Going to do some reading before I create my first PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted Features that maintainers are willing to accept but do not have cycles to implement
Projects
None yet
Development

No branches or pull requests

3 participants