makise-co/prometheus

Makise-Co 为 Swoole 定制的 Prometheus StorageAdapters

v2.0.0 2021-11-26 01:15 UTC

This package is auto-updated.

Last update: 2024-09-26 08:14:47 UTC


README

Prometheus endclothing/prometheus_client_php 为 Swoole 的存储适配器

MakiseRedisAdaper

该适配器是原始 RedisAdapter 的副本,但它与 RedisPool (makise-co/redis) 一起工作,并且不再使用静态变量。

用法

/** @var \MakiseCo\Redis\RedisPool $pool */
$adapter = new \MakiseCo\Prometheus\Storage\MakiseRedisStorage($pool, 'test_makise');
$collector = new \Prometheus\CollectorRegistry($adapter);

// do anything what you want with $collector