Commit 82d424a8 authored by Julius Volz's avatar Julius Volz

Add doc about third-party exporters.

parent db530b9b
---
title: Exporters for third-party systems
sort_rank: 4
---
# Exporters for third-party systems
There are a number of libraries and servers which help in exporting existing
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
metrics directly (for example, HAProxy or Linux system stats). The
following is a list of existing third-party exporters:
* [node/system metrics exporter](https://github.com/prometheus/node_exporter)
* [HAProxy exporter](https://github.com/prometheus/haproxy_exporter)
* [AWS CloudWatch exporter](https://github.com/prometheus/cloudwatch_exporter)
* [StatsD bridge](https://github.com/prometheus/statsd_bridge)
* [JMX exporter](https://github.com/prometheus/jmx_exporter)
* [Hystrix metrics publisher](https://github.com/prometheus/hystrix)
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