bain2018 / metrics
hyperf metric component fixed to prometheus v2.10
v1.2.1
2024-05-16 03:06 UTC
Requires
- php: >=8.1
- ext-redis: *
- hyperf/codec: ~3.1.0
- hyperf/contract: ~3.1.0
- hyperf/db-connection: ^3.1
- hyperf/engine: ^2.3
- hyperf/event: ^3.1
- hyperf/framework: ^3.1
- hyperf/guzzle: ~3.1.0
- hyperf/logger: ~3.1.0
- hyperf/pool: ^3.1
- hyperf/process: ~3.1.0
- hyperf/server: ^3.1
- hyperf/support: ~3.1.0
- hyperf/utils: ~3.1.0
- promphp/prometheus_client_php: ^v2.10.0
- psr/container: ^1.0|^2.0
- psr/event-dispatcher: ^1.0
- psr/http-message: ^1.0|^2.0
Requires (Dev)
- hyperf/devtool: ~3.1.0
- swoole/ide-helper: ^5.1.0
Suggests
- hyperf/di: Required to use annotations.
- hyperf/event: Required to use listeners for default metrics.
- hyperf/http-server: Required to capture routes in middleware.
- hyperf/process: Required to use standalone process, or you have to roll your own
- hyperf/retry: Required to use back-off retry implementation.
- influxdb/influxdb-php: Required to use InfluxDB driver.
- promphp/prometheus_client_php: Required to use Prometheus driver.(2.2.*)
- slickdeals/statsd: Required to use StatdD driver.