Added support of Predis library as storage adapter #306
Annotations
10 errors and 1 warning
src/Prometheus/CollectorRegistry.php#L86
Method Prometheus\Storage\Adapter::collect() invoked with 1 parameter, 0 required.
|
src/Prometheus/Storage/Predis.php#L69
Call to an undefined method Predis\Command\Processor\ProcessorInterface&Predis\Configuration\Option\Prefix::getPrefix().
|
src/Prometheus/Storage/Predis.php#L92
Method Prometheus\Storage\Predis::setParams() has parameter $input with no value type specified in iterable type array.
|
src/Prometheus/Storage/Predis.php#L92
Method Prometheus\Storage\Predis::setParams() return type has no value type specified in iterable type array.
|
src/Prometheus/Storage/Redis.php#L208
Call to an undefined method Predis\Client|Redis::setOption().
|
src/Prometheus/Storage/Redis.php#L221
Call to an undefined method Predis\Client|Redis::pconnect().
|
src/Prometheus/Storage/Redis.php#L306
Only booleans are allowed in a negated boolean, bool|Predis\Response\Status given.
|
src/Prometheus/Storage/Redis.php#L402
Call to an undefined method Predis\Client|Redis::sMembers().
|
src/Prometheus/Storage/Redis.php#L406
Call to an undefined method Predis\Client|Redis::hGetAll().
|
src/Prometheus/Storage/Redis.php#L507
Parameter #1 $json of function json_decode expects string, string|null given.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading