Download the PHP package pmg/metrics without Composer
On this page you can find all versions of the php package pmg/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
Metrics
Warning: this is very unstable software right now. PMG is adding features to this as we need them.
Core Concepts
- A Collector collects metrics over the course of an application lifecycle and stores them someplace locally (usually just in memory)
- A Reporter takes a metric set flushed out of a collector and sends it to a real metrics backend (like cloudwatch).
- A Metric is just some sort of measurement taken with an application. Comes
in several flavors.
- A Gauge is a static value taken at a point in time.
Usage Example
All versions of metrics with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
The package pmg/metrics contains the following files
Loading the files please wait ....