Download the PHP package memcrab/metrics without Composer
On this page you can find all versions of the php package memcrab/metrics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package metrics
Memcrab Metrics
Memcrab Metrics is a library that provides an additional layer over the InfluxDB client to asynchronously send metrics to InfluxDB. It integrates with OpenSwoole for coroutine-based asynchronous operations and uses the InfluxDB line protocol for metric formatting.
Features
- Asynchronous metric sending with OpenSwoole coroutine support.
- Easy integration with InfluxDB client (version 3.1.0).
- Allows metrics to be sent in the InfluxDB line protocol format.
Installation
Usage
Initialize a client
You must call init() before sending any metrics. If you want to disable metric sending (e.g., in a LOCAL or test environment), pass false as the second argument.
Sending Metrics
License
The gem is available as open source under the terms of the MIT License.
All versions of metrics with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
influxdata/influxdb-client-php Version 3.1.0
openswoole/core Version ^22.1
influxdata/influxdb-client-php Version 3.1.0
openswoole/core Version ^22.1
The package memcrab/metrics contains the following files
Loading the files please wait ....