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

[trace view] Merged RPC spans #24

Open
yurishkuro opened this issue May 18, 2017 · 0 comments
Open

[trace view] Merged RPC spans #24

yurishkuro opened this issue May 18, 2017 · 0 comments

Comments

@yurishkuro
Copy link
Member

We already have a feature that allows to collapse client-server (RPC) spans into one view, e.g.

image

However, there are a couple problems with the current implementation:

  • This view is only available when the parent span is fully collapsed. Ideally we want this merged display to be independent of the collapsing behavior, because one cannot see the children spans of the server, meaning this merged RPC view is rarely useful
  • When the client/server spans are merged, we still need to be able to see full details about each span. In the earlier discussions we decided that it's best to just stack client & server span details on top of each other when the merged span is expanded.
  • The text describing the operation names does not fit in the allotted space, it should have a mouseover tip to show the full service::operation strings, or have that displayed in some other way
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants