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

Pyroscope Profiler for Rust. Profile your Rust applications.

Results 48 pyroscope-rs issues
Sort by recently updated
recently updated
newest added

Similarly to what the go and nodejs agent do: https://github.com/pyroscope-io/client/blob/a64d920d2fbab508ede3ec06cdfa68b51177088e/pyroscope/api.go#L44-L48 https://github.com/pyroscope-io/pyroscope-nodejs/blob/09d3f4d1b77d8640181e871db0fa3d60919e4a7d/src/index.ts#L44

- [x] Build and publish a docker image based on manylinux with a preinstalled cargo, libunwind and all dependencies (#84) - [ ] Build the ruby gem and python wheel...

bug

Do some flameql-like validation/processing, for example asset-action is an invalid tag

bug

I'd like to use pyroscope for Python on Windows.

**Describe the bug you encountered:** Pyroscope failed to compile in docker container running Alpine Linux, with error: ``` Compiling pyroscope v0.5.3 error[E0277]: the trait bound `*mut c_void: Default` is not...

bug

https://github.com/grafana/pyroscope-rs/issues/164#issuecomment-2144550389

bug

We are using pyroscope-io package to profile a python application which is a fastAPI server. During the initialization, I configure the pyroscope but I am seeing Segmentation faults and pointed...

question

``` thread '' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/py-spy-0.3.14/src/python_interpreters.rs:296:20: index out of bounds: the len is 20 but the index is 20 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace thread...

bug