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

pyroscope java integration

Results 46 pyroscope-java issues
Sort by recently updated
recently updated
newest added

Async-profiler can label samples by tid, and dump it in bottom of stack traces for non-jfr, or in meta table if jfr. I tried both: 1. ``` PYROSCOPE_AP_EXTRA_ARGUMENTS=jstackdepth=1024,threads PYROSCOPE_PROFILER_EVENT=itimer PYROSCOPE_FORMAT=jfr...

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...

Hi, I’m trying to use Grafana Pyroscope to find a simulated memory leak in a small example program. I have two methods called leak() and noLeak() where the leak() method...

When using pyroscope in our production environment, we noticed a number of these error messages, albeit intermittently. `java.lang.AssertionError: null at io.otel.pyroscope.shadow.labels.ScopedContext.assertAlive(ScopedContext.java:94) at io.otel.pyroscope.shadow.labels.ScopedContext.(ScopedContext.java:28) at io.otel.pyroscope.PyroscopeOtelSpanProcessor.onStart(PyroscopeOtelSpanProcessor.java:62) at io.opentelemetry.sdk.trace.MultiSpanProcessor.onStart(MultiSpanProcessor.java:40) at io.opentelemetry.sdk.trace.SdkSpan.startSpan(SdkSpan.java:192) at...

I can't run pyroscope-java agent with the Java flight recorder (`-XX:StartFlightRecording` flag). ```sh 15:41:51 ❯ java -XX:-Inline -XX:StartFlightRecording -javaagent:pyroscope.jar Main 2022-01-24 15:41:58.002 INFO PyroscopeAgent We recommend specifying application name via...

integrations

live mode seems to be working on >=11 https://github.com/async-profiler/async-profiler/blob/master/src/vmEntry.cpp#L140 need to verify it and not try to use it and warn user if it is not supported

Hi, when our Pyroscope server reaches a certain level of load, we see the following message spammed in logs: ``` [ERROR] Error uploading snapshot: flamingo-pyroscope-server.production.local: Name or service not known"}...

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...