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
About visualizing trace data in Flamegraph form. Now that we have our @pyroscope/flamegraph npm package we could potentially make a slight modification to the code for the FlamegraphRenderer that would allow for us to:
Transform trace data into a format that the flamegraph understands
Add a item to the dropdown here that will take the trace JSON as input, run the script to transform it to flamegraph, and then render it in the UI
For now we should do this in the pyroscope/jaeger-ui repo so we can test it out and see what it looks like and then later we will share with the jaeger team to get it merged upstream.
The text was updated successfully, but these errors were encountered:
Note: They also have a "compare" page which calculates a diff. It would be cool if we could support that as well, but I think that would require us to move some of our go code into jaeger (or modularize it somehow)
There are two issues in Jaeger repo:
About visualizing trace data in Flamegraph form. Now that we have our @pyroscope/flamegraph npm package we could potentially make a slight modification to the code for the FlamegraphRenderer that would allow for us to:
Worth noting that this tool: https://github.com/symbiont-io/jaeger-flamegraph takes a trace dump and turns it into a flamegraph.
I think the steps are:
For now we should do this in the pyroscope/jaeger-ui repo so we can test it out and see what it looks like and then later we will share with the jaeger team to get it merged upstream.
The text was updated successfully, but these errors were encountered: