flownative/prometheus
composer require flownative/prometheus
Prometheus metrics for Neos Flow applications
0.4.1
Readme excerpt
Prometheus client library for Neos Flow / PHP
This Flow package allows you to collect and provide metrics to Prometheus. It supports client-side aggregation of metrics data and provides an endpoint for Prometheus for scraping these metrics.
How does it work?Your Flow application can provide different kinds of metrics, for example the current number of registered users (a gauge), or the number of requests to your API (a counter). Metrics values are stored in a storage – currently only Redis is supported, and there's an in-memory storage for testing.
The metrics endpoint (by default http(s)://your-host/metrics) collects
all current metric values from the storage …
Read more
The same vendor provides 44 package(s).