gmm42 / tinyproxy_exporter

Prometheus exporter for Tinyproxy
MIT License
18 stars 12 forks source link

Having difficulty to pass username and password in tinyproxy exporter #7

Open NikhilVerma04 opened 1 year ago

NikhilVerma04 commented 1 year ago

Hello folks, I've been using tinyproxy as a service and need to export its metrics. Found out that you've provided such service as prometheus exporter, but there is no parameter provided in your exporter to pass username and password of tinyproxy service. So is there any alternative solution for that.

Please reach out if there is any so. Thanks :-)

zorrobiwan commented 1 year ago

You can specify it using the form user:password@host:port for the proxy parameter Note that for me, I had to specify another listening IP:port to make it works.

./tinyproxy_exporter -l 127.0.0.1:3333 -t user:password@127.0.0.1:8888