grafana / pyroscope-rs

Pyroscope Profiler for Rust. Profile your Rust applications.
Apache License 2.0
132 stars 22 forks source link

Python and Ruby tests depend on pyroscope.cloud #154

Open kolesnikovae opened 3 months ago

kolesnikovae commented 3 months ago

We're using pyroscope.cloud in tests:

Given that the cloud is going to be decommissioned soon, we should get rid of the dependency

korniltsev commented 2 months ago

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