LaravelPrometheusExporter icon indicating copy to clipboard operation
LaravelPrometheusExporter copied to clipboard

Call to undefined method Illuminate\Support\Facades\Redis::connect()

Open AnowarCST opened this issue 6 years ago • 2 comments

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.

AnowarCST avatar Mar 27 '20 11:03 AnowarCST

At the moment the package doesn't support laravel 7... I will update the package in the next days!

triadev avatar Mar 27 '20 12:03 triadev

Not Laravel 7, I tried with Laravel 5.8.* Thanks

AnowarCST avatar Mar 27 '20 14:03 AnowarCST