jaegertracing / jaeger-ui

Web UI for Jaeger
http://jaegertracing.io/
Apache License 2.0
1.14k stars 482 forks source link

pagination of search page #73

Open zhongfox opened 7 years ago

zhongfox commented 7 years ago

Hi, I think it's maybe reasonable to show the pagination in the search page, so people can browse all the items based on the search parameters.

And please show the total count based on the search parameters.

tiffon commented 7 years ago

@yurishkuro This entails using pagination instead of the limit. Entails a shift in the query service. Can you weigh in? Thanks.

yurishkuro commented 7 years ago

It is quite hard to support pagination of results, especially with Cassandra backend. We currently have no plans working on that. But we can keep the issue open, and contributions are welcome.

pavolloffay commented 6 years ago

There is also a hard limit - 1500 on search in UI