flownative/prometheus

Letzte Aktivität 10 Dec 2024 5 2 23990
composer require flownative/prometheus

Prometheus metrics for Neos Flow applications

No released version found

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 content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 44 package(s).