Open joshuali925 opened 5 months ago
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. https://github.com/opensearch-project/dashboards-observability/blob/47e85789575ba2a92d10a81201dbf00f60457c73/public/components/trace_analytics/requests/queries/traces_queries.ts#L350
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.
[Catch All Triage - 1, 2]
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. https://github.com/opensearch-project/dashboards-observability/blob/47e85789575ba2a92d10a81201dbf00f60457c73/public/components/trace_analytics/requests/queries/traces_queries.ts#L350
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.