grafana / explore-profiles

Explore Profiles is a native Grafana application designed to integrate seamlessly with Pyroscope, the open-source continuous profiling platform, providing a smooth, query-less experience for browsing and analyzing profiling data.
GNU Affero General Public License v3.0
18 stars 1 forks source link

fix(DiffFlameGraph): Remove non-working pprof export #169

Closed grafakus closed 1 month ago

grafakus commented 1 month ago

✨ Description

Related issue(s): -

This PR fixes the error that occurs when trying to export a diff flame graph to pprof:

image

📖 Summary of the changes

The export relies on using the legacy query parameter to fetch the profile in pprof format. But:

🧪 How to test?

The "pprof" export in the export menu should not be present anymore

github-actions[bot] commented 1 month ago

Unit test coverage

Lines Statements Branches Functions
Coverage: 10%
10.68% (478/4473) 8.21% (136/1656) 7.99% (109/1364)