digma-ai / jaeger-ui

Web UI for Jaeger
http://jaegertracing.io/
Apache License 2.0
0 stars 0 forks source link

Support showing other view modes in Digma embedded Jaeger #45

Open doppleware opened 8 months ago

doppleware commented 8 months ago

Problem: Jaeger currently supports other view modes like statistics and flame-graph. However, the embedded mode in Digma blocks navigation to these views.

image.png

Solution: We want to allow the user to access these view modes in Digma while making sure the usercan go back to the Digma augmented trace.

lobaorn commented 8 months ago

Thanks for already bringing it up @doppleware , as said in chat there are some Issues/PR on the jaeger repo that could bring some insight here:

https://github.com/jaegertracing/jaeger-ui/issues/279 https://github.com/jaegertracing/jaeger-ui/issues/123 https://github.com/jaegertracing/jaeger-ui/pull/286

Looking forward to have all those views options inside Digma in IntelliJ :)