pyroscope icon indicating copy to clipboard operation
pyroscope copied to clipboard

problem with native configuration in python

Open poriniki opened this issue 3 years ago • 0 comments

Hi, I was requested to use the py-spy configs in python client like --native in this issue pyroscope-io/pyroscope#1163. Configs added for the newer version for this problem like oncpu=True, native=False, gil_only=True. I checked all configuration and all of them works except for one named native. When I used native, the pyroscope server didn't collect anything. Nothing happened with no error or warnings! It only works as I disabled the native configuration native=False same as the default value! I also have another question. Why is the GitHub project's release version 0.6 but the newer version available on PyPI? Currently, the last version is 0.7.2!

poriniki avatar Aug 10 '22 11:08 poriniki