Commit 6553ebbe authored by Juan Paulo Gutierrez's avatar Juan Paulo Gutierrez Committed by Brian Brazil

Add Flink to Software exposing Prometheus metrics (#1037)

Signed-off-by: 's avatarJuan Paulo Gutierrez <juanpaulo.gutierrez@gmail.com>
parent 30a3b754
...@@ -161,7 +161,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. ...@@ -161,7 +161,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache.
* [Transmission exporter](https://github.com/metalmatze/transmission-exporter) * [Transmission exporter](https://github.com/metalmatze/transmission-exporter)
* [Unbound exporter](https://github.com/kumina/unbound_exporter) * [Unbound exporter](https://github.com/kumina/unbound_exporter)
* [Xen exporter](https://github.com/lovoo/xenstats_exporter) * [Xen exporter](https://github.com/lovoo/xenstats_exporter)
When implementing a new Prometheus exporter, please follow the When implementing a new Prometheus exporter, please follow the
[guidelines on writing exporters](/docs/instrumenting/writing_exporters) [guidelines on writing exporters](/docs/instrumenting/writing_exporters)
...@@ -182,6 +182,7 @@ separate exporters are needed: ...@@ -182,6 +182,7 @@ separate exporters are needed:
* [Docker Daemon](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-metrics) * [Docker Daemon](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-metrics)
* [Doorman](https://github.com/youtube/doorman) (**direct**) * [Doorman](https://github.com/youtube/doorman) (**direct**)
* [Etcd](https://github.com/coreos/etcd) (**direct**) * [Etcd](https://github.com/coreos/etcd) (**direct**)
* [Flink](https://github.com/apache/flink)
* [FreeBSD Kernel](https://www.freebsd.org/cgi/man.cgi?query=prometheus_sysctl_exporter&apropos=0&sektion=8&manpath=FreeBSD+12-current&arch=default&format=html) * [FreeBSD Kernel](https://www.freebsd.org/cgi/man.cgi?query=prometheus_sysctl_exporter&apropos=0&sektion=8&manpath=FreeBSD+12-current&arch=default&format=html)
* [Grafana](http://docs.grafana.org/administration/metrics/) * [Grafana](http://docs.grafana.org/administration/metrics/)
* [Kubernetes](https://github.com/kubernetes/kubernetes) (**direct**) * [Kubernetes](https://github.com/kubernetes/kubernetes) (**direct**)
...@@ -196,7 +197,7 @@ separate exporters are needed: ...@@ -196,7 +197,7 @@ separate exporters are needed:
* [SkyDNS](https://github.com/skynetservices/skydns) (**direct**) * [SkyDNS](https://github.com/skynetservices/skydns) (**direct**)
* [Telegraf](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/prometheus_client) * [Telegraf](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/prometheus_client)
* [Weave Flux](https://github.com/weaveworks/flux) * [Weave Flux](https://github.com/weaveworks/flux)
The software marked *direct* is also directly instrumented with a Prometheus client library. The software marked *direct* is also directly instrumented with a Prometheus client library.
## Other third-party utilities ## Other third-party utilities
...@@ -214,4 +215,3 @@ practices. ...@@ -214,4 +215,3 @@ practices.
* Java/JVM: [Hystrix metrics publisher](https://github.com/ahus1/prometheus-hystrix) * Java/JVM: [Hystrix metrics publisher](https://github.com/ahus1/prometheus-hystrix)
* Python-Django: [django-prometheus](https://github.com/korfuri/django-prometheus) * Python-Django: [django-prometheus](https://github.com/korfuri/django-prometheus)
* Node.js: [swagger-stats](https://github.com/slanatech/swagger-stats) * Node.js: [swagger-stats](https://github.com/slanatech/swagger-stats)
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