VictoriaMetrics / metrics

Lightweight alternative to github.com/prometheus/client_golang
MIT License
543 stars 63 forks source link

feat: Custom HTTP Client for pushing metrics #66

Closed ananthb closed 4 months ago

ananthb commented 10 months ago

One of my projects require that I use an mTLS client to push metrics to it. Adding the ability to push via a custom http.Client will help me do that.

Is it something that would be acceptable?