Skip to content

Commit

Permalink
Updates README and adds Credits section
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig authored May 20, 2021
1 parent 83d181b commit 7773f33
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,28 @@ You can download the latest version of pyroscope for macOS, linux and Docker fro

## Supported Integrations

* [x] Ruby
* [x] Python
* [x] Go
* [x] Linux eBPF
* [x] PHP
* [x] Ruby (via `rbspy`)
* [x] Python (via `py-spy`)
* [x] Go (via `pprof`)
* [x] Linux eBPF (via `profile.py` from `bcc-tools`)
* [x] PHP (via `phpspy`)
* [ ] .NET (coming soon)
* [ ] Java (coming soon)

Let us know what other integrations you want to see in [our issues](https://github.com/pyroscope-io/pyroscope/issues?q=is%3Aissue+is%3Aopen+label%3Anew-profilers) or in [our slack](https://pyroscope.io/slack).

## Credits

Pyroscope is possible thanks to the excellent work of many people, including but not limited to:

* Brendan Gregg — inventor of Flame Graphs
* Julia Evans — creator of rbspy — sampling profiler for Ruby
* Vladimir Agafonkin — creator of flamebearer — fast flamegraph renderer
* Ben Frederickson — creator of py-spy — sampling profiler for Python
* Adam Saponara — creator of phpspy — sampling profiler for PHP
* Alexei Starovoitov, Brendan Gregg, and many others who made BPF based profiling in Linux kernel possible


## Contributing

To start contributing, check out our [Contributing Guide](/CONTRIBUTING.md)
Expand Down

0 comments on commit 7773f33

Please sign in to comment.