flownative / prometheus-flow-metrics
Prometheus metrics for Neos Flow applications
Package info
github.com/flownative/flow-prometheus-flow-metrics
Type:neos-package
pkg:composer/flownative/prometheus-flow-metrics
0.3.0
2025-01-15 09:28 UTC
Requires
- flownative/prometheus: 0.* || @dev
- neos/flow: 7.* || 8.* || @dev
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Neos Flow Metrics Exporter for Prometheus
This Flow package automatically provides Flow related metrics to Prometheus. It is a plugin for the Flownative Prometheus package.
Key Features
…
Installation
The Flow Metrics Exporter is installed as a regular Flow package via Composer. For your existing project, simply include
flownative/prometheus-flow-metrics into the dependencies of your Flow or Neos distribution:
$ composer require flownative/prometheus-flow-metrics
Configuration
…