Add different flamegraph coloring modes
Open
frontend
- Dominant language
- Go
- Stars
- 11.7k
- Forks
- 802
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 80
Description
Currently we only support coloring based on the package name (https://github.com/pyroscope-io/pyroscope/blob/main/webapp/javascript/components/FlameGraph/FlameGraphComponent/color.ts#L67)
We could add different coloring modes:
- [ ] Based on `self`
- [ ] Based on `total`
- [ ] Based on tag (all subtree under a specific tag would have a certain color)
etc
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.