grafana / pyroscope-rs

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

Add features to use webpki roots instead of openssl #98

Closed Voxelot closed 1 year ago

Voxelot commented 1 year ago

Some projects using this may not want to manage an openssl-sys dependency in order to use pyroscope. It would be helpful if pyroscope exposed a feature that prevented the use of reqwest's rustls-tls-native-roots feature, and allowed using webpki roots instead.