flownative/prometheus

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

Prometheus metrics for Neos Flow applications

v1.1.0

Version
v1.1.0
Type
neos-package
Release Date
Feb 04, 2022 17:12
Source
git
Distribution
zip
Requires
  • neos/flow: 7.* || @dev
  • php: ^7.4 || ^8.0
  • ext-zlib: *
  • predis/predis: ^1.1
Requires (dev)
  • phpunit/phpunit: ~8.0
  • phpunit/php-code-coverage: *
MIT 6cc22bb3bd5f3edfe53af33c4d8e0cad67ba86ef

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