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

How to view the most time consumed span in particular group inside Trace Statistics #690

Closed
vvvprabhakar opened this issue Feb 17, 2021 · 5 comments

Comments

@vvvprabhakar
Copy link
Contributor

We have implemented distributed tracing using Jaeger

We have an issue in finding out the most time consumed span in a trace if at all a trace consists of almost ~40K spans

Is there a sort available based on the time taken for the span?

And, we have thought like, listing out all spans of a trace in a single table with a sort functionality to the spans

What your take on this?

Below is the screenshot of what we tried as a poc, listed down all spans a each row in a table with duration, startTime,operationName and ServiceName as columns , used react-table for rendering the table and sorting and pagination
Screenshot 2021-02-17 at 12 27 27

@vvvprabhakar
Copy link
Contributor Author

Is there something like in the pipeline?

@yurishkuro
Copy link
Member

Did you try the other table view we have? It seems what you want is a subset of that.

@vvvprabhakar
Copy link
Contributor Author

Yes I have tried trace Statistics also
Our primary target is to find out the longest find in a trace which has almost ~50K spans

@yurishkuro
Copy link
Member

+1, I think the view that you have makes sense as an additional display. Would you like to submit a PR?

@vvvprabhakar
Copy link
Contributor Author

Yes. Even I am also interested in submitting PR
See you soon in a week

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

No branches or pull requests

2 participants