monospice / laravel-redis-sentinel-drivers

Redis Sentinel integration for Laravel and Lumen.
MIT License
101 stars 48 forks source link

Integration with other packages #37

Open Jacq opened 2 years ago

Jacq commented 2 years ago

Hi,

I have asked this same question here https://github.com/arquivei/laravel-prometheus-exporter/issues/20, but did not receive any guidance, I will try my luck here. I'm using both, this package redis sentinel driver and that other laravel prometheus package, but I do not know how to config the prometheus exporter to use the sentinel driver. The redis sentinel is configured ok for all laravel services (horizon, broadcast, cache, ...). Should this work out-of-the-box following the standard configuration detailed here https://github.com/monospice/laravel-redis-sentinel-drivers#configuration ? Do you have any recommendations for this case? I could not get the exporter to populate metrics with the sentinel driver but it works ok with standard redis, thanks! Cheers, Jacq