LaravelPrometheusExporter
LaravelPrometheusExporter copied to clipboard
Call to undefined method Illuminate\Support\Facades\Redis::connect()
Error: Call to undefined method Illuminate\Support\Facades\Redis::connect()
PROMETHEUS_ADAPTER=redis Tried in a fresh project:
Laravel Framework 5.8.37 PHP 7.4.3 $ php -m redis ..
$ redis-cli 127.0.0.1:6379> env('PROMETHEUS_ADAPTER', 'redis')
Also installed predis/predis
Is there anything I did miss?
Update: Not even working with apc, inmemory or push.
At the moment the package doesn't support laravel 7... I will update the package in the next days!
Not Laravel 7, I tried with Laravel 5.8.* Thanks