pyroscope
pyroscope copied to clipboard
problem with native configuration in python
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!