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

Increase maximum number of spans in gantt chart #627

Closed
joshuali925 opened this issue Apr 7, 2022 · 0 comments · Fixed by #629
Closed

Increase maximum number of spans in gantt chart #627

joshuali925 opened this issue Apr 7, 2022 · 0 comments · Fixed by #629
Labels
enhancement New feature or request

Comments

@joshuali925
Copy link
Member

The current limit 200 to not clutter chart or affect performance, but this is number is too conservative and can be increased.

export const getSpanDetailQuery = (traceId: string, size = 200) => {
const query = {
size,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant