An open API service indexing awesome lists of open source software.

https://github.com/flownative/flow-prometheus-flow-metrics

Neos Flow Metrics Exporter for Prometheus
https://github.com/flownative/flow-prometheus-flow-metrics

Last synced: 2 months ago
JSON representation

Neos Flow Metrics Exporter for Prometheus

Awesome Lists containing this project

README

        

[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
[![Packagist](https://img.shields.io/packagist/v/flownative/prometheus-flow-metrics.svg)](https://packagist.org/packages/flownative/prometheus-flow-metrics)
[![Maintenance level: Love](https://img.shields.io/badge/maintenance-%E2%99%A1%E2%99%A1%E2%99%A1-ff69b4.svg)](https://www.flownative.com/en/products/open-source.html)

# Neos Flow Metrics Exporter for Prometheus

This [Flow](https://flow.neos.io) package automatically provides Flow related metrics to [Prometheus](https://www.prometheus.io). It is a
plugin for the [Flownative Prometheus package](https://github.com/flownative/flow-prometheus).

## 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:

```bash
$ composer require flownative/prometheus-flow-metrics
```

## Configuration