metrics-rs / metrics

A metrics ecosystem for Rust.
MIT License
1.08k stars 148 forks source link

Make tls optional and add rustls support (#418) #420

Open nstinus opened 9 months ago

nstinus commented 9 months ago

This change removed the required dependency to hyper-tls and openssl. The allow tls, clients will now have to enable either the native-tls or rustls-tls features.

BREAKING: tls isn't enabled by default anymore.