prometheus / statsd_exporter

StatsD to Prometheus metrics exporter
Apache License 2.0
917 stars 229 forks source link

Add TLS for the web UI + metrics #413

Open matthiasr opened 2 years ago

matthiasr commented 2 years ago

Use the exporter toolkit to add support for TLS on the HTTP interface. See prometheus/graphite_exporter#175 for an example.

networkException commented 1 year ago

@CtrlZvi I saw that you have an implementation of this, would you mind upstreaming it? Or if not (as in you don't want to deal with the review process) could I submit your change as a pull request on your behalf?

CtrlZvi commented 1 year ago

Dunno why I didn't convert that commit to a PR. I'll take a look at it this weekend to ensure it's still up to date and get it turned into a PR (assuming the reason I didn't submit it isn't that it doesn't work).