grafana / pyroscope-java

pyroscope java integration
Apache License 2.0
72 stars 31 forks source link

Dynamically turn agent on and off #64

Open korniltsev opened 1 year ago

korniltsev commented 1 year ago

There is a useful integration of async-profiler & spring boot actuator https://github.com/taboola/async-profiler-actuator-endpoint/tree/main/src/main/java/com/taboola/async_profiler/spring Would be nice to have this functionality in the pyroscope as a separate module. For example we could teach our scrape to use them in pull mode. Some changes would be required to our java agent #63 and #62 and maybe something else.

Rperry2174 commented 1 year ago

also related: https://github.com/grafana/pyroscope-java/issues/68