roadrunner icon indicating copy to clipboard operation
roadrunner copied to clipboard

[💡FEATURE REQUEST]: Plugin for profiling with pyroscope

Open rauanmayemir opened this issue 4 years ago • 1 comments

Describe the solution you'd like

Pyroscope is a profiling tool that consists of a server and agents that live alongside the app (actually they exec the underlying app, periodically sample the process memory and collect profiling information).

It would be nice to have a RR plugin that handles the agent setup for the workers and forwards the data to the server endpoint that is provided via config.

rauanmayemir avatar May 19 '21 06:05 rauanmayemir

similar topic: roadrunner-server/roadrunner-plugins#26

rustatian avatar Dec 25 '21 16:12 rustatian

Thanks for the FR @rauanmayemir 👍🏻. Our PHP team created the official tool to collect profiling/debug information: https://github.com/buggregator/spiral-app, so, others are not planned (but for sure, can be added by the community).

rustatian avatar Mar 24 '23 01:03 rustatian