grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
9.79k stars 583 forks source link

Unify frontend code between pyroscope and grafana plugin. #269

Closed petethepig closed 2 years ago

petethepig commented 3 years ago

Problem

Currently FlameGraphRenderer component exists in both pyroscope repo and grafana-plugin repo. We should dedup it so that we only have one copy.

Solution

I propose we keep it in this (pyroscope) repo and then import it from the grafana plugin.

eh-am commented 2 years ago

Done :)