Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TLS for the web UI + metrics #413

Open
matthiasr opened this issue Dec 1, 2021 · 2 comments
Open

Add TLS for the web UI + metrics #413

matthiasr opened this issue Dec 1, 2021 · 2 comments
Labels
enhancement help wanted PRs for this issue are especially welcome

Comments

@matthiasr
Copy link
Contributor

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

@matthiasr matthiasr added enhancement help wanted PRs for this issue are especially welcome labels Dec 1, 2021
CtrlZvi added a commit to CtrlZvi/statsd_exporter that referenced this issue Oct 23, 2022
Metrics may contain sensitive information, so it should be possible to
scrape them over an encrypted connection. This requires TLS support.
For consistency with other Prometheus exporters, we use the exporter
toolkit to provide TLS support.

Fixes prometheus#413.
CtrlZvi added a commit to CtrlZvi/statsd_exporter that referenced this issue Oct 23, 2022
Metrics may contain sensitive information, so it should be possible to
scrape them over an encrypted connection. This requires TLS support.
For consistency with other Prometheus exporters, we use the exporter
toolkit to provide TLS support.

Fixes prometheus#413.
@networkException
Copy link

@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
Copy link

CtrlZvi commented Dec 16, 2022

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted PRs for this issue are especially welcome
Projects
None yet
Development

No branches or pull requests

3 participants