Open
Description
What is the bug?
Currently gantt chart limits the maximum number of spans to 3k for performance. The list of spans come from this query sorted by startTime in descending order.
If a trace has more than 3k spans, the gantt chart only shows the latest 3k spans
How can one reproduce the bug?
Steps to reproduce the behavior:
- Create a trace with more than 3k spans
- Go to the trace
- See gantt chart, only the latest 3k spans are displayed
What is the expected behavior?
Should show all spans
What is your host/environment?
- OS: [e.g. iOS]
- Version [e.g. 22]
- Plugins
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.