You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to profile a java service using the pyroscope java sdk. I have already set the Config.Builder().setProfilingLock("10ms") in Pyroscope.Start(), but I am unable to see a lock (or mutex) profile type in the pyroscope UI. How can I go about profiling locks in java using the sdk? Is lock supported as a specific profile type or is mutex the only lock profiling available ? Thanks in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to profile a java service using the pyroscope java sdk. I have already set the Config.Builder().setProfilingLock("10ms") in Pyroscope.Start(), but I am unable to see a lock (or mutex) profile type in the pyroscope UI. How can I go about profiling locks in java using the sdk? Is lock supported as a specific profile type or is mutex the only lock profiling available ? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions