[BUG] Not all spans are displayed in gantt chart #1924
Labels
bug
Something isn't working
catch-all acknowledged
Marks issues caught in catch-all triage for searchability
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.
dashboards-observability/public/components/trace_analytics/requests/queries/traces_queries.ts
Line 350 in 47e8578
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:
What is the expected behavior?
Should show all spans
What is your host/environment?
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.
The text was updated successfully, but these errors were encountered: