-
Notifications
You must be signed in to change notification settings - Fork 487
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
Summarize Trace data by service and operation #273
Comments
Created a POC for better explaining. If this is of interest I will create a PullRequest.
Example of a trace: |
@copa2 this looks awesome! A PR would be great. A couple of notes on the UI:
|
copa2
added a commit
to copa2/jaeger-ui
that referenced
this issue
Nov 13, 2018
Add alternative view in TracePage which allows to see count,time,percent for a given trace grouped by service and operation Signed-off-by: Patrick Coray <[email protected]>
copa2
added a commit
to copa2/jaeger-ui
that referenced
this issue
Nov 23, 2018
Add alternative view in TracePage which allows to see count,time,percent for a given trace grouped by service and operation Signed-off-by: Patrick Coray <[email protected]>
copa2
added a commit
to copa2/jaeger-ui
that referenced
this issue
Nov 23, 2018
Add alternative view in TracePage which allows to see count,time,percent total time, self-time for a given trace grouped by service and operation Signed-off-by: Patrick Coray <[email protected]>
copa2
added a commit
to copa2/jaeger-ui
that referenced
this issue
Nov 23, 2018
Add alternative view in TracePage which allows to see count,time,percent total time, self-time for a given trace grouped by service and operation Signed-off-by: Patrick Coray <[email protected]>
copa2
added a commit
to copa2/jaeger-ui
that referenced
this issue
Nov 23, 2018
Add alternative view in TracePage which allows to see count,time,percent total time, self-time for a given trace grouped by service and operation Signed-off-by: Patrick Coray <[email protected]>
copa2
added a commit
to copa2/jaeger-ui
that referenced
this issue
Dec 17, 2018
Add alternative view in TracePage which allows to see count,time,percent total time, self-time for a given trace grouped by service and operation Signed-off-by: Patrick Coray <[email protected]>
copa2
added a commit
to copa2/jaeger-ui
that referenced
this issue
Dec 18, 2018
Add alternative view in TracePage which allows to see count, avg. time, total time and self time for a given trace grouped by service and operation. Signed-off-by: Patrick Coray <[email protected]>
tiffon
pushed a commit
that referenced
this issue
Dec 18, 2018
Add alternative view in TracePage which allows to see count, avg. time, total time and self time for a given trace grouped by service and operation. Signed-off-by: Patrick Coray <[email protected]>
everett980
pushed a commit
to everett980/jaeger-ui
that referenced
this issue
Jan 16, 2019
Add alternative view in TracePage which allows to see count, avg. time, total time and self time for a given trace grouped by service and operation. Signed-off-by: Patrick Coray <[email protected]> Signed-off-by: Everett Ross <[email protected]>
vvvprabhakar
pushed a commit
to vvvprabhakar/jaeger-ui
that referenced
this issue
Jul 5, 2021
Add alternative view in TracePage which allows to see count, avg. time, total time and self time for a given trace grouped by service and operation. Signed-off-by: Patrick Coray <[email protected]> Signed-off-by: vvvprabhakar <[email protected]>
vvvprabhakar
pushed a commit
to vvvprabhakar/jaeger-ui
that referenced
this issue
Jul 5, 2021
Add alternative view in TracePage which allows to see count, avg. time, total time and self time for a given trace grouped by service and operation. Signed-off-by: Patrick Coray <[email protected]> Signed-off-by: Everett Ross <[email protected]> Signed-off-by: vvvprabhakar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requirement - what kind of business use case are you trying to solve?
As user I want to see where do I loose time in a big trace. This would allow me to better understand where I can optimize.
Problem - what in Jaeger blocks you from solving the requirement?
Tracepage already provides a lot of insights. But it gets a bit overwhelming when viewing traces with 1000 spans.
Proposal - what do you suggest to solve the problem or improve the existing situation?
Add a component which summarize data of a trace:
Count, TotalTime, % of time grouped by service and operation.
NOTE: There is already #158. But it is quite large in context.
This is probably a part of it. I decided to use totalTime instead of Avg. time. It helps more to see which are the big chunks. But we could also add avg. time additionaly to it.
The text was updated successfully, but these errors were encountered: