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

[BUG] Not all spans are displayed in gantt chart #1924

Open
joshuali925 opened this issue Jun 25, 2024 · 1 comment
Open

[BUG] Not all spans are displayed in gantt chart #1924

joshuali925 opened this issue Jun 25, 2024 · 1 comment
Labels
bug Something isn't working catch-all acknowledged Marks issues caught in catch-all triage for searchability

Comments

@joshuali925
Copy link
Member

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:

  1. Create a trace with more than 3k spans
  2. Go to the trace
  3. 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.

@joshuali925 joshuali925 added bug Something isn't working untriaged labels Jun 25, 2024
@dblock
Copy link
Member

dblock commented Jul 15, 2024

[Catch All Triage - 1, 2]

@dblock dblock removed the untriaged label Jul 15, 2024
@Swiddis Swiddis added the catch-all acknowledged Marks issues caught in catch-all triage for searchability label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working catch-all acknowledged Marks issues caught in catch-all triage for searchability
Projects
None yet
Development

No branches or pull requests

3 participants