-
Notifications
You must be signed in to change notification settings - Fork 521
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
Comments
Is there something like in the pipeline? |
Did you try the other table view we have? It seems what you want is a subset of that. |
Yes I have tried trace Statistics also |
+1, I think the view that you have makes sense as an additional display. Would you like to submit a PR? |
Yes. Even I am also interested in submitting PR |
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](https://user-images.githubusercontent.com/20414336/108167350-8dae5400-711b-11eb-971a-6eae413cfab2.png)
The text was updated successfully, but these errors were encountered: