Add options for select database on redis storage
This commit is contained in:
parent
6e874128e8
commit
752e99f375
2 changed files with 356 additions and 1 deletions
|
@ -6,7 +6,7 @@ use InvalidArgumentException;
|
|||
use Prometheus\Storage\Adapter;
|
||||
use Prometheus\Storage\APC;
|
||||
use Prometheus\Storage\InMemory;
|
||||
use Prometheus\Storage\Redis;
|
||||
use Superbalist\LaravelPrometheusExporter\Storage\Redis;
|
||||
|
||||
class StorageAdapterFactory
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue