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

Support coloring for java packages #1030

Closed eh-am closed 2 years ago

eh-am commented 2 years ago

Currently we don't support java so the nodes coloring is all messed up https://flamegraph.com/share/6a413689-b59e-11ec-8b59-4a27404df328

We just need to add a regex here https://github.com/pyroscope-io/pyroscope/blob/main/packages/pyroscope-flamegraph/src/FlameGraph/FlameGraphComponent/color.ts#L76-L100

eh-am commented 2 years ago

Implemented in https://github.com/pyroscope-io/pyroscope/pull/1148