prometheus_client_php icon indicating copy to clipboard operation
prometheus_client_php copied to clipboard

Redis Sentinel?

Open tomb1n0 opened this issue 3 years ago • 3 comments

Is there any guidance on how to configure this library to work with Redis Sentinel?

Our infrastructure makes use of this for high availability reasons, we have 3 separate nodes for this.

tomb1n0 avatar Oct 14 '22 14:10 tomb1n0

Hey @tomb1n0,

there is currently no easy way to do so. We simply don't support it at the moment. If you would have time, maybe this would be a great opportunity to contribute :) I'm willing to accept any contributions in this area.

LKaemmerling avatar Oct 14 '22 14:10 LKaemmerling

Hey @LKaemmerling

Thanks for the speedy response! I was afraid that was going to be your answer 😅

If i get some time i will see what's involved, thanks again.

tomb1n0 avatar Oct 14 '22 14:10 tomb1n0

What about this fork? https://github.com/ml65/prometheus_client_php

It looks that includes the sentinel support to this package

Jacq avatar Apr 12 '23 18:04 Jacq