Tolya Korniltsev

Results 207 comments of Tolya Korniltsev

> https://rubygems.org/gems/pyroscope shows gems with precompiled binaries for x86_64-linux and aarch64-linux. Ubuntu 22.04 is glibc-based, IIRC, so if you have one of those hardware platforms then it should work. If...

use scratch + buildkit output https://reece.tech/posts/extracting-files-multi-stage-docker/

Are there any REAL problems with the library? Are there any bugs or security issues with it? An alternative wold be to get rid of the json library alltogether. It...

Pull requests are welcome ;)

I've changed the python test to use localhost and a docker image here https://github.com/grafana/pyroscope-rs/pull/155 Did not touch ruby yet

just copy qira.py to Ida's plugin folder

make sure to rebase the binary in ida, so it has the same base address as in qira(qemu). something like 0x40000000. Also make sure you see "[qira] client connected" in...

May be a good idea to make Remote an interface and otlp implementation of that interface and maybe put otlp implementation in to a separate module, so that people who...

Let's close the issue. Feel free to reopen if you think there need to be changes/investigations on the `grafana/pyroscope-go` side

> It may be related to commit https://github.com/async-profiler/async-profiler/commit/d3dde7e5e7e6990b9c0e418ed8683b84fa919bac in async-profiler to support Java 21, that hasn't yet been ported to [Grafana's fork](https://github.com/grafana/async-profiler)? Not only it has not been ported, but...