grafana / pyroscope-rs

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

Support `PYROSCOPE_ADHOC_SERVER_ADDRESS` #88

Open eh-am opened 1 year ago

eh-am commented 1 year ago

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