- Issue created by @gho@dpi247
- 🇬🇧United Kingdom deranga
This looks fine. Away this weekend, but will review properly next week and look to merge/ create new release
We have a redis that needs authentication and can't connect to it.
Put authentication on redis.
Replace :
'password' => NULL,
By :
'password' => Settings::get('prometheus_metrics_redis_password'),
In src/Bridge/PromPHPClientBridge.php line 53
Active
1.0
Code
This looks fine. Away this weekend, but will review properly next week and look to merge/ create new release