grafana / pyroscope-java

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

Could we support JFR as a alternative profiling data source for continues profiling #148

Open gayanper opened 2 months ago

gayanper commented 2 months ago

Given that JFR provides inbuilt support for collecting JVM profiling metrics with very little overhead and being able to start stop remotely if property setup is made, Having JFR as a alternative data source in additional to async-profile will give much more value for Pyroscope project for Java.

korniltsev commented 2 months ago

There is some support for JFR ingestion from the pyroscope-java sdk happening here https://github.com/grafana/pyroscope-java/pull/136