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

Trace - The span mini-map is drawn inefficiently #256

Closed
tiffon opened this issue Sep 27, 2018 · 0 comments
Closed

Trace - The span mini-map is drawn inefficiently #256

tiffon opened this issue Sep 27, 2018 · 0 comments
Assignees

Comments

@tiffon
Copy link
Member

tiffon commented Sep 27, 2018

Requirement - what kind of business use case are you trying to solve?

Efficient initial page-load.

Problem - what in Jaeger blocks you from solving the requirement?

The current implementation of the span mini map in the trace detail view is not efficient for large traces. In profiling a trace with around 10,000 spans, the initialization of the span mini-map took over 1.43 seconds, which is nearly half of the time spent initializing the the page (after the trace data has been loaded).

Proposal - what do you suggest to solve the problem or improve the existing situation?

Optimize the span graph - PR pending.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant