-
Notifications
You must be signed in to change notification settings - Fork 484
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
Enhancements to TraceGraph #293
Comments
For the coloring of nodes, I recommend:
jaeger-ui/packages/jaeger-ui/src/components/TraceDiff/TraceDiffGraph/getColorInterpolator.js Lines 43 to 67 in 1d28725
|
Node metrics / aggregations Currently, the metrics shown on the nodes are:
This very much gives a sense of scale for the node with regard to how it contributed to the trace, as a whole. And, it is possible to compare groups with one another, but mainly as "How much did this group contribute to the trace vs that group", so, still as the node relates to the full trace. Since everything is the sum, the metrics are very sensitive to the count. And, that makes it tough to compare groups of different sizes because a group with more spans will have higher totals even if the spans were executed in parallel and therefore are less relevant than a smaller group of spans there were not concurrent. I'm curious about switching to the following metrics:
The left-of-center metrics are cumulative and speak to the contribution to the trace as a whole. The right metrics are averages. A screenshot: |
#293 (comment) Coloring of nodes Thanks pointing to the different coloring schemes. |
Leafs in ST (selftime) are always full red as self time is always |
|
Having the ability to focus the node in the trace timeline would be nice, |
#1918 : Duration of overlapping operations is calculating incorrectly in TraceGraph view. The total duration for overlapping spans should be the duration of their union, but not the sum. |
Requirement - what kind of business use case are you trying to solve?
This is a follow-up of #276 and serves as meta-ticket. It should try to get feedback from users what should be changed and enhanced in the view.
Please add a comment with your ideas how the view should be improved. You can also upvote/downvote ideas directly on the comments.
This is a summary of the ideas gathered in this issue:
Nodes
Aggregations
Node Details
Varia
The text was updated successfully, but these errors were encountered: