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

Lens 'collapse all' not recursive #2920

Closed
lambcode opened this issue Nov 14, 2019 · 4 comments
Closed

Lens 'collapse all' not recursive #2920

lambcode opened this issue Nov 14, 2019 · 4 comments
Labels
ui Zipkin UI

Comments

@lambcode
Copy link
Contributor

Describe the Bug

Lens UI does not recursively collapse spans when clicking collapse all buttons like the classic UI does. This ability is useful with large traces when you want to see all the child spans of a span next to each other. Classic UI made this simple by being able to collapse all spans then re-open them one level at a time.

Steps to Reproduce

  1. Open a trace with multiple levels and multiple spans at each level.
  2. Collapse all the spans
    image
  3. Uncollapse the root span
  • Note that the whole tree has been uncollapsed.

Expected Behaviour

On step 3 above, only one level of the tree should be un-collapsed. In other words, after step 3 I expect there to only be two levels of spans visible.

Other notes

These 'collapse all' and 'expand all' buttons are not labeled. Can we at least get a tooltip on them?

@delanym
Copy link

delanym commented Jan 4, 2022

i only work with large traces - zipkin is unusable without this

@jcchavezs
Copy link
Contributor

@delanym would you come up with a PR for this?

@delanym
Copy link

delanym commented Jan 4, 2022

Sorry. I only need one dashboard and zipkin is crashing all the time due to OOM (even with - JAVA_OPTS=-Xms128m -Xmx128m -XX:+ExitOnOutOfMemoryError) and not providing any benefit over Jaeger (as far as I can tell)

@tacigar
Copy link
Member

tacigar commented Dec 26, 2022

This has been fixed by #3486 🙇

recursive-collapse.mov

@tacigar tacigar closed this as completed Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui Zipkin UI
Projects
None yet
Development

No branches or pull requests

4 participants