rabbitmq / rabbitmq-prometheus

A minimalistic Prometheus exporter of core RabbitMQ metrics
Other
145 stars 109 forks source link

Authentication #52

Closed GJaminon closed 4 years ago

GJaminon commented 4 years ago

Hi,

I don't see anywhere where we can protect the /metric endpoint with some authentication (basic, cert, ...).

It that even possible ?

Thanks

michaelklishin commented 4 years ago

Thank you for your time.

Team RabbitMQ uses GitHub issues for specific actionable items engineers can work on. GitHub issues are not used for questions, investigations, root cause analysis, discussions of potential issues, etc (as defined by this team).

We get at least a dozen of questions through various venues every single day, often light on details. At that rate GitHub issues can very quickly turn into a something impossible to navigate and make sense of even for our team. Because GitHub is a tool our team uses heavily nearly every day, the signal/noise ratio of issues is something we care about a lot.

Please post this to rabbitmq-users.

Thank you.

michaelklishin commented 4 years ago

This plugin can use HTTPS. It uses the same setting names as TLS for core RabbitMQ listeners but prefixed with prometheus.ssl.*, such as

We will add a section to the Prometheus guide as it is extremely beginner-oriented at the moment.