You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, we probably need to have a zoom. e.g. if only a few services are involved, they will fit on the current columns of the terminal. Otherwise, maybe need to zoom out or allow scrolling with center anchored on last trace viewed (of any). Probably there are other ideas.
cc @tacigar not sure you've seen this it has interesting challenges being a terminal UI!
would be nice to be able to aggregate service dependency links and show them
This might use code similar to https://github.com/jaegertracing/jaeger/blob/eaacbf0a40da0c3d55bfeed8d6894f14dca1d4fc/plugin/storage/memory/memory.go#L96
I once wrote one in zipkin, which has more edge cases covered maybe due to duplicate client spans and endpoint change heuristics
https://github.com/openzipkin/zipkin/blob/master/zipkin/src/main/java/zipkin2/internal/DependencyLinker.java
Whatever way, I guess the first version doesn't need to be too fancy
The text was updated successfully, but these errors were encountered: