metrics-rs / metrics

A metrics ecosystem for Rust.
MIT License
1.1k stars 151 forks source link

:bug: [prometheus-exporter] Push-gateway does not support https or auth #391

Closed qingwen220 closed 11 months ago

qingwen220 commented 1 year ago

:bug: Push-gateway in metric-exporter-prometheus does not support HTTPS or auth even though user & password are required to be provided.

Because the hyper client only supports HTTP protocol in builder.rs.