-
Notifications
You must be signed in to change notification settings - Fork 198
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 support for metrics #68
Add TLS support for metrics #68
Conversation
This needs to use https://github.com/prometheus/exporter-toolkit https package to maintain consistency across exporter projects. |
New commit, using https://github.com/prometheus/exporter-toolkit to maintain consistency across exporter projects. |
Hi @SuperQ, sorry, I was do as node_exporter repository, that integrate https in it. I fix in the current commit. Regards |
No worries, the node_exporter was where we started the https experiment. It's on the TODO list to switch it over to the exporter-toolkit version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks!
@dmaganto , can you add documentation too (a sample config or a link to the config file format for using this feature) |
Rather than reproduce the docs here, how about we add a link to the https README in the exporter toolkit from this repo's README. |
@rustycl0ck @SuperQ Added sample documentation about how use /metrics through TLS. Regards |
Signed-off-by: Daniel Maganto <[email protected]>
Nice, thanks for implementing this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
Add TLS support for metrics