SigNoz / signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://signoz.io
Other
18.76k stars 1.22k forks source link

Feature: Enhance flamegraph visualization #159

Closed muddlebee closed 2 years ago

muddlebee commented 3 years ago

Is your feature request related to a problem?

Yes. Issues with current implementation of flamegraph visualization.

Screenshot 2021-06-05 at 12 21 15 PM

Describe the solution you'd like

Stacking the spans with top down/bottom up approach for Signoz traces. something like below

image

Link : https://files.speakerdeck.com/presentations/05d336f06c10013249425a603f66d397/slide_2.jpg

Thank you for your feature request – we love each and every one!

suvojit-0x55aa commented 3 years ago

Pyroscope has a great flame graph visualization, just putting it here for reference.

pranay01 commented 3 years ago

Yeah, know folks at pyroscope. They use flamebearer library. We are exploring that also - if it would support our use cases. Thanks for pointing @suvojit-0x55aa

MoroIddrisu commented 3 years ago

Hello

pranay01 commented 2 years ago

fixed by https://github.com/SigNoz/signoz/pull/764 - Updated trace detail page design