Commit d5b3b510 authored by Tobias Schmidt's avatar Tobias Schmidt Committed by GitHub

Merge pull request #580 from cherti/patch-4

Merge official and external third party exporter-listing
parents 9a37ba82 7c10eeaa
...@@ -10,42 +10,27 @@ metrics from third-party systems as Prometheus metrics. This is useful for ...@@ -10,42 +10,27 @@ metrics from third-party systems as Prometheus metrics. This is useful for
cases where it is not feasible to instrument a given system with Prometheus cases where it is not feasible to instrument a given system with Prometheus
metrics directly (for example, HAProxy or Linux system stats). metrics directly (for example, HAProxy or Linux system stats).
## Official third-party exporters ## Third-party exporters
These exporters are maintained as part of the official Some of these exporters are maintained as part of the official [Prometheus GitHub organization](https://github.com/prometheus),
[Prometheus GitHub organization](https://github.com/prometheus): those are marked as *official*, others are externally contributed and maintained.
* [Node/system metrics exporter](https://github.com/prometheus/node_exporter) We encourage the creation of more exporters but cannot
* [AWS CloudWatch exporter](https://github.com/prometheus/cloudwatch_exporter) vet all of them for [best practices](https://prometheus.io/docs/instrumenting/writing_exporters/). Commonly, those exporters are
* [Blackbox exporter](https://github.com/prometheus/blackbox_exporter) hosted outside of the Prometheus GitHub organization.
* [Collectd exporter](https://github.com/prometheus/collectd_exporter)
* [Consul exporter](https://github.com/prometheus/consul_exporter)
* [Graphite exporter](https://github.com/prometheus/graphite_exporter)
* [HAProxy exporter](https://github.com/prometheus/haproxy_exporter)
* [InfluxDB exporter](https://github.com/prometheus/influxdb_exporter)
* [JMX exporter](https://github.com/prometheus/jmx_exporter)
* [Memcached exporter](https://github.com/prometheus/memcached_exporter)
* [Mesos task exporter](https://github.com/prometheus/mesos_exporter)
* [MySQL server exporter](https://github.com/prometheus/mysqld_exporter)
* [SNMP exporter](https://github.com/prometheus/snmp_exporter)
* [StatsD exporter](https://github.com/prometheus/statsd_exporter)
The [JMX exporter](https://github.com/prometheus/jmx_exporter) can export from a The [JMX exporter](https://github.com/prometheus/jmx_exporter) can export from a
wide variety of JVM-based applications, for example [Kafka](http://kafka.apache.org/) and wide variety of JVM-based applications, for example [Kafka](http://kafka.apache.org/) and
[Cassandra](http://cassandra.apache.org/). [Cassandra](http://cassandra.apache.org/).
## Independently maintained third-party exporters
There are also a number of exporters which are externally contributed
and maintained. We encourage the creation of more exporters but cannot
vet all of them for best practices. Commonly, those exporters are
hosted outside of the Prometheus GitHub organization.
### Databases ### Databases
* [Aerospike exporter](https://github.com/alicebob/asprom) * [Aerospike exporter](https://github.com/alicebob/asprom)
* [ClickHouse exporter](https://github.com/f1yegor/clickhouse_exporter) * [ClickHouse exporter](https://github.com/f1yegor/clickhouse_exporter)
* [Consul exporter](https://github.com/prometheus/consul_exporter) (**official**)
* [CouchDB exporter](https://github.com/gesellix/couchdb-exporter) * [CouchDB exporter](https://github.com/gesellix/couchdb-exporter)
* [Memcached exporter](https://github.com/prometheus/memcached_exporter) (**official**)
* [MongoDB exporter](https://github.com/dcu/mongodb_exporter) * [MongoDB exporter](https://github.com/dcu/mongodb_exporter)
* [MySQL server exporter](https://github.com/prometheus/mysqld_exporter) (**official**)
* [PgBouncer exporter](http://git.cbaines.net/prometheus-pgbouncer-exporter/about) * [PgBouncer exporter](http://git.cbaines.net/prometheus-pgbouncer-exporter/about)
* [PostgreSQL exporter](https://github.com/wrouesnel/postgres_exporter) * [PostgreSQL exporter](https://github.com/wrouesnel/postgres_exporter)
* [ProxySQL exporter](https://github.com/percona/proxysql_exporter) * [ProxySQL exporter](https://github.com/percona/proxysql_exporter)
...@@ -58,6 +43,7 @@ hosted outside of the Prometheus GitHub organization. ...@@ -58,6 +43,7 @@ hosted outside of the Prometheus GitHub organization.
* [IoT Edison exporter](https://github.com/roman-vynar/edison_exporter) * [IoT Edison exporter](https://github.com/roman-vynar/edison_exporter)
* [IPMI exporter](https://github.com/lovoo/ipmi_exporter) * [IPMI exporter](https://github.com/lovoo/ipmi_exporter)
* [knxd exporter](https://github.com/RichiH/knxd_exporter) * [knxd exporter](https://github.com/RichiH/knxd_exporter)
* [Node/system metrics exporter](https://github.com/prometheus/node_exporter) (**official**)
* [Ubiquiti UniFi exporter](https://github.com/mdlayher/unifi_exporter) * [Ubiquiti UniFi exporter](https://github.com/mdlayher/unifi_exporter)
### Messaging systems ### Messaging systems
...@@ -73,6 +59,7 @@ hosted outside of the Prometheus GitHub organization. ...@@ -73,6 +59,7 @@ hosted outside of the Prometheus GitHub organization.
### HTTP ### HTTP
* [Apache exporter](https://github.com/neezgee/apache_exporter) * [Apache exporter](https://github.com/neezgee/apache_exporter)
* [HAProxy exporter](https://github.com/prometheus/haproxy_exporter) (**official**)
* [Nginx metric library](https://github.com/knyar/nginx-lua-prometheus) * [Nginx metric library](https://github.com/knyar/nginx-lua-prometheus)
* [Passenger exporter](https://github.com/stuartnelson3/passenger_exporter) * [Passenger exporter](https://github.com/stuartnelson3/passenger_exporter)
* [Varnish exporter](https://github.com/jonnenauha/prometheus_varnish_exporter) * [Varnish exporter](https://github.com/jonnenauha/prometheus_varnish_exporter)
...@@ -90,16 +77,24 @@ hosted outside of the Prometheus GitHub organization. ...@@ -90,16 +77,24 @@ hosted outside of the Prometheus GitHub organization.
* [Grok exporter](https://github.com/fstab/grok_exporter) * [Grok exporter](https://github.com/fstab/grok_exporter)
### Other monitoring systems ### Other monitoring systems
* [AWS CloudWatch exporter](https://github.com/prometheus/cloudwatch_exporter) (**official**)
* [Cloud Foundry Firehose exporter](https://github.com/cloudfoundry-community/firehose_exporter) * [Cloud Foundry Firehose exporter](https://github.com/cloudfoundry-community/firehose_exporter)
* [scollector exporter](https://github.com/tgulacsi/prometheus_scollector) * [Collectd exporter](https://github.com/prometheus/collectd_exporter) (**official**)
* [Graphite exporter](https://github.com/prometheus/graphite_exporter) (**official**)
* [Heka dashboard exporter](https://github.com/docker-infra/heka_exporter) * [Heka dashboard exporter](https://github.com/docker-infra/heka_exporter)
* [Heka exporter](https://github.com/imgix/heka_exporter) * [Heka exporter](https://github.com/imgix/heka_exporter)
* [InfluxDB exporter](https://github.com/prometheus/influxdb_exporter) (**official**)
* [JMX exporter](https://github.com/prometheus/jmx_exporter) (**official**)
* [Munin exporter](https://github.com/pvdh/munin_exporter) * [Munin exporter](https://github.com/pvdh/munin_exporter)
* [New Relic exporter](https://github.com/jfindley/newrelic_exporter) * [New Relic exporter](https://github.com/jfindley/newrelic_exporter)
* [scollector exporter](https://github.com/tgulacsi/prometheus_scollector)
* [SNMP exporter](https://github.com/prometheus/snmp_exporter) (**official**)
* [StatsD exporter](https://github.com/prometheus/statsd_exporter) (**official**)
### Miscellaneous ### Miscellaneous
* [BIG-IP exporter](https://github.com/ExpressenAB/bigip_exporter) * [BIG-IP exporter](https://github.com/ExpressenAB/bigip_exporter)
* [BIND exporter](https://github.com/digitalocean/bind_exporter) * [BIND exporter](https://github.com/digitalocean/bind_exporter)
* [Blackbox exporter](https://github.com/prometheus/blackbox_exporter) (**official**)
* [BOSH exporter](https://github.com/cloudfoundry-community/bosh_exporter) * [BOSH exporter](https://github.com/cloudfoundry-community/bosh_exporter)
* [Jenkins exporter](https://github.com/lovoo/jenkins_exporter) * [Jenkins exporter](https://github.com/lovoo/jenkins_exporter)
* [Meteor JS web framework exporter](https://atmospherejs.com/sevki/prometheus-exporter) * [Meteor JS web framework exporter](https://atmospherejs.com/sevki/prometheus-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