Commit 8cb80239 authored by Andrew Howden's avatar Andrew Howden Committed by Brian Brazil

Add a PHP-FPM exporter to the list of exporters (#791)

Currently, there is a large set of exporters available for a lot of different software tools.
However, the popular runtime "PHP-FPM", used for executing PHP script through the
FastCGI protocol, is not listed.

Various exporters currently exist, and the author has not tested any (including the
suggested) extensively. However, a quick review of the available options shows that,
in the authors limited review, this appears to be well constructed, thought out and
documented.

This commit adds the exporter to the canonical list for easy discovery. 

Design Notes:

Alternatives considered were:
- https://github.com/peakgames/php-fpm-prometheus/ (no releases, less docs)
- https://github.com/blablacar/phpfpm-prometheus-exporter (no docs)

* Shift the PHP-FPM exporter to the "misc" section

Previously, the author had added a new section titled "interpreters", and
added the PHP-FPM exporter to this section under the belief that, given there
was none (that is, neither node or python are represented) this could be a
separate class of application. However, with review it looks like the better
place for this exporter is under the "misc" section.

This commit moves the PHP-FPM exporter to this section.
parent 39ffe3fc
...@@ -130,6 +130,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. ...@@ -130,6 +130,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache.
* [Kemp LoadBalancer exporter](https://github.com/giantswarm/prometheus-kemp-exporter) * [Kemp LoadBalancer exporter](https://github.com/giantswarm/prometheus-kemp-exporter)
* [Meteor JS web framework exporter](https://atmospherejs.com/sevki/prometheus-exporter) * [Meteor JS web framework exporter](https://atmospherejs.com/sevki/prometheus-exporter)
* [Minecraft exporter module](https://github.com/Baughn/PrometheusIntegration) * [Minecraft exporter module](https://github.com/Baughn/PrometheusIntegration)
* [PHP-FPM exporter](https://github.com/bakins/php-fpm-exporter)
* [PowerDNS exporter](https://github.com/ledgr/powerdns_exporter) * [PowerDNS exporter](https://github.com/ledgr/powerdns_exporter)
* [Process exporter](https://github.com/ncabatoff/process-exporter) * [Process exporter](https://github.com/ncabatoff/process-exporter)
* [rTorrent exporter](https://github.com/mdlayher/rtorrent_exporter) * [rTorrent exporter](https://github.com/mdlayher/rtorrent_exporter)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment