Commit ba4007c0 authored by Julius Volz's avatar Julius Volz

Link to new exporters and client libraries.

parent 78f51f6f
...@@ -18,6 +18,12 @@ HTTP endpoint on your application’s instance: ...@@ -18,6 +18,12 @@ HTTP endpoint on your application’s instance:
* [Ruby](https://github.com/prometheus/client_ruby) * [Ruby](https://github.com/prometheus/client_ruby)
* [Python](https://github.com/prometheus/client_python) * [Python](https://github.com/prometheus/client_python)
Unofficial third-party client libraries:
* [Node.js](https://github.com/StreamMachine/prometheus_client_nodejs)
* [.NET / #C](https://github.com/andrasm/prometheus-net)
* [Bash](https://github.com/aecolley/client_bash)
When Prometheus scrapes your instance's HTTP endpoint, the client library When Prometheus scrapes your instance's HTTP endpoint, the client library
sends the current state of all tracked metrics to the server. sends the current state of all tracked metrics to the server.
......
...@@ -18,7 +18,8 @@ following is a list of existing third-party exporters: ...@@ -18,7 +18,8 @@ following is a list of existing third-party exporters:
* [StatsD bridge](https://github.com/prometheus/statsd_bridge) * [StatsD bridge](https://github.com/prometheus/statsd_bridge)
* [AWS CloudWatch exporter](https://github.com/prometheus/cloudwatch_exporter) * [AWS CloudWatch exporter](https://github.com/prometheus/cloudwatch_exporter)
* [Hystrix metrics publisher](https://github.com/prometheus/hystrix) * [Hystrix metrics publisher](https://github.com/prometheus/hystrix)
* [Mesos task exporter](https://github.com/antonlindstrom/mesos_exporter) * [Mesos task exporter](https://github.com/prometheus/mesos_exporter)
* [Consul exporter](https://github.com/prometheus/consul_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
......
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