Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.48 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 1.48 KB

Contributing Guide

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.

Getting Started

Making Changes

Unit tests

Please make sure you submit unit-tests together with your pull request.