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

HTTP and HTTPS listen port for exporter #185

Open
robertos1232 opened this issue Feb 1, 2023 · 0 comments
Open

HTTP and HTTPS listen port for exporter #185

robertos1232 opened this issue Feb 1, 2023 · 0 comments

Comments

@robertos1232
Copy link

robertos1232 commented Feb 1, 2023

Greetings,

Is it possible to add an https option in the Kminion exporter.

This option could be configurable from the configuration file

example here:
exporter:
//Namespace is the prefix for all exported Prometheus metrics
namespace: "kminion"
//Host that shall be used to bind the HTTP server on
host: ""
//Port that shall be used to bind the HTTP server on
port: 8080
//Enable TLS server (default - false)
tls.enable: false
//crt file
tls.crt.file: // path to your crt file
//key file
tls.key.file: //path to your key file

This option could be useful if we don't want to install, for example, nginx before our Kminion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant