mdawar / rq-exporter

Prometheus metrics exporter for Python RQ (Redis Queue).
MIT License
65 stars 28 forks source link

Cannot connect to sentinel with password auth #35

Closed quom closed 5 months ago

quom commented 5 months ago

suggestion: allow passing password as sentinel_kwargs to the sentinel connection

mdawar commented 5 months ago

Thanks for reporting, I'll look into it as soon as I can.

quom commented 5 months ago

Hi - I don't believe this is fixed quite yet:

Here the redis password is now not being passed into the redis connection. You need to add the password=password kwarg to pass the password to the redis connection too.

mdawar commented 5 months ago

Sorry about that, I'll fix it.

mdawar commented 5 months ago

@quom I've published a new version v2.1.2 with this fix.