flownative/prometheus

Last activity 10 Dec 2024 5 2 23990
composer require flownative/prometheus

Prometheus metrics for Neos Flow applications

v1.2.0

Version
v1.2.0
Type
neos-package
Release Date
Sep 05, 2022 12:25
Source
git
Distribution
zip
Requires
  • neos/flow: 7.* || 8.* || @dev
  • php: ^7.4 || ^8.0
  • ext-zlib: *
  • predis/predis: ^1.1 || ^2.0
Requires (dev)
  • phpunit/phpunit: ~8.0
  • phpunit/php-code-coverage: *
MIT 240eaf8a79ba1f41c2ee7e28fb2fc5698575b596

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).