pyroscope-java
pyroscope-java copied to clipboard
Improve agent for SIGSTOP/SIGCONT
Right now if the process with an agent is stopped for a minute, it will try to send 5 empty requests when continued
- at least do not send empty request
- at most make
ContinuousProfilingScheduler
smarter and do not start/stop profiling session multiple times if the process is stopped/resumed