flownative / prometheus-flow-metrics
Prometheus metrics for Neos Flow applications
Installs: 3 384
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Type:neos-package
Requires
- flownative/prometheus: 0.* || @dev
- neos/flow: 5.* || 6.* || @dev
This package is auto-updated.
Last update: 2024-10-11 03:17:59 UTC
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
…