grafana / pyroscope-java

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

Add api to profile on demand #106

Open tomershafir opened 11 months ago

tomershafir commented 11 months ago

This will allow to balance continuous profiling overhead and real time constraints, for example 5m interval with an api opt to rarely debug cpu in real time, rather than 1m interval to support rare real time scenarios.

Krithika3 commented 9 months ago

Is this to allow on-demand profiling?

tomershafir commented 8 months ago

yes