grafana / pyroscope-rs

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

Add support for adhoc profiling mode #8

Closed abeaumont closed 2 years ago

abeaumont commented 2 years ago

It'd be nice to make the integration work with adhoc profiling mode. In order to do so, the integration should be able to override the server address with the value in the PYROSCOPE_ADHOC_SERVER_ADDRESS environment variable, if it's defined.

Some reference info:

omarabid commented 2 years ago

@abeaumont I'm a bit confused. What's the purpose of PYROSCOPE_ADHOC_SERVER_ADDRESS if the data is going to be saved locally?

petethepig commented 2 years ago

We're not going to implement it any time soon, so closing the issue.