pyroscope-java icon indicating copy to clipboard operation
pyroscope-java copied to clipboard

Improve agent for SIGSTOP/SIGCONT

Open korniltsev opened this issue 2 years ago • 0 comments

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

korniltsev avatar Sep 14 '22 12:09 korniltsev