pyroscope-rs
pyroscope-rs copied to clipboard
Pyroscope Profiler for Rust. Profile your Rust applications.
**Describe the bug you encountered:** Getting segmentation fault when running Pyroscope on a Rails app **What did you expect to happen instead?** No Segementatin fault **How did you install `pyroscope-rs`?**...
**Describe the bug you encountered:** oncpu: false still only shows cpu **What did you expect to happen instead?** it should show idle too **How did you install `pyroscope-rs`?** from python...
First of all, thanks for creating an awesome profiling tool. 👏🏾 **Describe the bug you encountered:** The doc mentioned that we could configure the `log_level`. ```python import pyroscope pyroscope.configure( .......
Right now when using the ruby gem multiple tags are sent in multiple requests, but we should combine them into one (ideally pprof). @petethepig will provide more info here later
**Describe the bug you encountered:** I run this script https://gist.github.com/korniltsev/e0299332cf4dfd6e07e3558b53f7d621 And get this: https://flamegraph.com/share/4193c6bf-2d41-11ed-9d2d-c2ecbb62e6f1 Strange stacktraces, mismatch tags Also see ruby code under rust code **What did you expect to...
**Describe the bug you encountered:** With `pyroscope-io` version **0.8.6** installed through `poetry`, the library fails at runtime with the error: ``` File "/.../.venv/lib/python3.12/site-packages/nms_service_commons/profiling/setup.py", line 5, in import pyroscope File "/.../.venv/lib/python3.12/site-packages/pyroscope/__init__.py",...
currently we suffer from couple of things - arm runners - macos runners - a lot of build logic is located in gh actions yamls We could improve - [x]...
which can fail if there are not compiler or ruby headers steps to reproduce: 1. get a fresh ubuntu 22.04 2. install ruby 3. gem install pyroscope --verbose
We're using `pyroscope.cloud` in tests: * Python test: https://github.com/grafana/pyroscope-rs/blob/main/pyroscope_ffi/python/scripts/tests/test.py#L83 * Ruby test: https://github.com/grafana/pyroscope-rs/blob/main/pyroscope_ffi/ruby/scripts/tests/test.rb#L11 Given that the cloud is going to be decommissioned soon, we should get rid of the dependency