Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Impossible to view a whole trace's graph at once #168

Open
dominikh opened this issue May 8, 2016 · 5 comments
Open

Impossible to view a whole trace's graph at once #168

dominikh opened this issue May 8, 2016 · 5 comments

Comments

@dominikh
Copy link
Contributor

dominikh commented May 8, 2016

When looking at a trace (/traces/<id>), the graph only shows two spans (the root, and one child). Clicking on the child loads a new page that shows the child and its child. There is no way to view the entire trace's graph at once. Screenshot with example attached:

2016-05-08-131156_1380x802_scrot

@dominikh
Copy link
Contributor Author

dominikh commented May 8, 2016

Worse, the current design if the UI doesn't allow for displaying the entire tree at once, because the tree structure isn't visible. If each span had more than one child, one couldn't tell which span belonged to which.

@slimsag
Copy link
Member

slimsag commented May 10, 2016

Some clarification: Viewing a trace /traces/<id> shows the root span (host1 above) and all of its children. I can confirm this behavior as working with go run ./examples/cmd/webapp-influxdb/main.go which shows:

image

In your case, the root span host1 appears to have only one child span host2. Note that profile view shows all spans in the trace, so these two views should differ.

In response to the feature request of viewing all spans in a trace at once via this view, I agree it's a good idea.

@dominikh
Copy link
Contributor Author

Yes, this is a feature request, not a bug report. I'm sorry if I wasn't clear enough about that.

@slimsag
Copy link
Member

slimsag commented May 10, 2016

No trouble at all, my misunderstanding, and thank you for raising this issue 😄

@solher
Copy link

solher commented Aug 26, 2016

What would be the current good practice? Have one root span and flatten the span tree in multiple children or wait for the feature to be implemented and keep a full span tree?

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

No branches or pull requests

3 participants