grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code

Home Page:https://grafana.com/oss/pyroscope/

Repository from Github https://github.comgrafana/pyroscopeRepository from Github https://github.comgrafana/pyroscope

want to know where can learn how to use the pyroscope UI

elliotchenzichang opened this issue · comments

Hey, recently our company adopt pyroscope to help us to do continuous profiling to analysis the online issue. That's a amazing product and thanks you guys for the invaluable working. And I want to search for some materials to learn how to use the pyroscope UI, but it seems that there is no good material to study now. I would like to ask if we have relevant documents or learning materials to learn how to use UI.

Hey @elliotchenzichang! Thank you for your feedback!

We have some materials in our docs; however, some information might be slightly out of date as we're transitioning to Explore Profiles as our main UI.

We can also address specific questions, such as how to analyze excessive memory allocations in Java, identify a memory leak in Go, or understand what profiling and tracing can offer you.

thanks for the doc you shared, I will go through them first and get back to you latter.