-
Notifications
You must be signed in to change notification settings - Fork 12
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
Does the latest version support TLS for Prometheus --> exporter data collection #15
Comments
Thanks Vitaly -- will give it a try |
Hi @vbezgachev -- 2). If we try without https or with http, it works which means it is only using http even with maxscale/exporter configured with tls: ==> on your documentation at https://github.com/vbezgachev/maxctrl_exporter/blob/master/README.md Is it possible to scrape an https end-point? Are also aware of any other way to confirm if you support "https" access to the exporter as a server from an external client (i.e. Prometheus) |
Appreciate your support! |
Hey, @amgads! Currently, the exporter listens and serves HTTP connections - https://github.com/vbezgachev/maxctrl_exporter/blob/master/maxctrl_exporter.go#L363.
I see two possibilities. Option 1
Option 2 IMO, the second option is a cleaner solution. Let me know your thoughts. |
Does the latest version support TLS for Prometheus --> exporter data collection
If yes, any documentation pointer?
The text was updated successfully, but these errors were encountered: