Prism is Open Source! Feel free to contribute!
Here are a few ideas on things you could be working on:
- generate flamegraphs from the captured profile data.
- create a sink to send profile data to statsd or other similar systems.
- add support for converting profile data into pprof's format.
- Make sure you have a GitHub Account.
- Make sure you have Go 1.5+ installed on your system.
- Make sure you have Git installed on your system.
- Fork the repository on GitHub.
- Create a branch for your changes.
- Commit your code for each logical change (see tips for creating better commit messages).
- Push your change to your fork.
- Create a Pull Request on GitHub for your change.
Please make sure you submit unit-tests together with your pull request.