Integration with other packages
Jacq opened this issue · 0 comments
Hi,
I have asked this same question here arquivei/laravel-prometheus-exporter#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