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: mtail TLS/SSL support #473

Closed
yayajacky opened this issue Feb 27, 2021 · 5 comments
Closed

http: mtail TLS/SSL support #473

yayajacky opened this issue Feb 27, 2021 · 5 comments
Labels
enhancement This is considered a feature request, not currently guaranteed by the code or design today help wanted more-info-needed Waiting for an answer from the issue reporter mtail-Operating Issues related to deploying and running mtail Stale

Comments

@yayajacky
Copy link

yayajacky commented Feb 27, 2021

Similar to node_exporter's TLS support (prometheus/node_exporter#1286), it would be great to have TLS supported here using
https://github.com/prometheus/exporter-toolkit

referenced before here:
#327 (comment)

Alternatively, since most hosts I am working with have text file collection, having the option to emit prom text files directly without having an additional Cronjob performing curl to save it into the text file collection folder would be great.

Either options would reduce the number of components needed (nginx/or curl cronjob) to turn logs into metrics for prometheus ingestion.

Thanks!
Looking forward to v3 release

@uselessjargon
Copy link

TLS support would be a great addition. In the enterprise cloud world tls connections between distributed applications is becoming a hard requirement, even for something as basic as metrics.

@jaqx0r jaqx0r added enhancement This is considered a feature request, not currently guaranteed by the code or design today help wanted labels Mar 20, 2021
@jaqx0r
Copy link
Contributor

jaqx0r commented Mar 20, 2021

The linked bug and PR from node_exporter is massive. I am very disinclined to make mtail more of a configurable websever than necessary. That bug report does mention https://github.com/ghostunnel/ghostunnel or loopback mounting behind nginx, why are those not good options for you?

@jaqx0r jaqx0r added the more-info-needed Waiting for an answer from the issue reporter label Mar 20, 2021
@jaqx0r jaqx0r changed the title mtail TLS/SSL support http: mtail TLS/SSL support Mar 21, 2021
@jaqx0r jaqx0r added the mtail-Operating Issues related to deploying and running mtail label Mar 21, 2021
@uselessjargon
Copy link

I was trying to avoid having to install a ssl/tls proxy but it may have to do for my case. mtail is a great tool and we use it to extend the apache metrics we can't get with apache_exporter's server-status metrics. The apache exporter I use doesn't have native TLS either so using something like nginx or ghostunnel would solve the encrypted communications problem for all of my prometheus exporters and would be better than having to maintain my own forks of those projects.

Thanks for the response.

@jaqx0r
Copy link
Contributor

jaqx0r commented Mar 26, 2021 via email

@github-actions
Copy link
Contributor

This issue has been waiting for more information for more than 60 days and will be closed in 7 if no update is provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is considered a feature request, not currently guaranteed by the code or design today help wanted more-info-needed Waiting for an answer from the issue reporter mtail-Operating Issues related to deploying and running mtail Stale
Projects
None yet
Development

No branches or pull requests

3 participants