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

Automatically calculate and display network latency for a span in the UI #1345

Open
mansu opened this issue Oct 18, 2016 · 2 comments
Open
Labels

Comments

@mansu
Copy link

mansu commented Oct 18, 2016

Currently, when we look at a span belonging to a trace in the UI, one has to mentally calculate the network latency to identify what percentage of the latency came from processing and what percentage of latency came from request processing.

So, if a span has cs, cr, ss and sr, the network latency would be (sr - cs) + (ss - cr). Bonus points if the network latency can be shown like the chrome network latency tab. Adding an image from chrome documentation for reference.

image

@codefromthecrypt
Copy link
Member

This issue was moved to openzipkin-attic/zipkin-ui#16

@codefromthecrypt
Copy link
Member

moved because there are similar concerns in the zipkin-ui repo

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

No branches or pull requests

2 participants