Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
6eed4b32
Commit
6eed4b32
authored
Apr 28, 2015
by
Julius Volz
Committed by
Julius Volz
Apr 28, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention more third-party exporters and integrations.
parent
8cab0f54
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
4 deletions
+35
-4
exporters.md
content/docs/instrumenting/exporters.md
+35
-4
No files found.
content/docs/instrumenting/exporters.md
View file @
6eed4b32
---
---
title
:
Exporters
for third-party system
s
title
:
Exporters
and third-party integration
s
sort_rank
:
3
sort_rank
:
3
---
---
# Exporters
for third-party system
s
# Exporters
and third-party integration
s
There are a number of libraries and servers which help in exporting existing
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
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). The
metrics directly (for example, HAProxy or Linux system stats).
following is a list of existing third-party exporters:
## Official third-party exporters
These exporters are maintained as part of the official
[
Prometheus GitHub organization
](
https://github.com/prometheus
)
:
*
[
Node/system metrics exporter
](
https://github.com/prometheus/node_exporter
)
*
[
Node/system metrics exporter
](
https://github.com/prometheus/node_exporter
)
*
[
Graphite exporter
](
https://github.com/prometheus/graphite_exporter
)
*
[
Graphite exporter
](
https://github.com/prometheus/graphite_exporter
)
...
@@ -25,3 +29,30 @@ following is a list of existing third-party exporters:
...
@@ -25,3 +29,30 @@ following is a list of existing third-party exporters:
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/
)
.
## Unofficial third-party exporters
There are also a number of exporters which are externally contributed and
maintained. Note that these may have not been vetted for best practices by the
Prometheus core team yet:
*
[
RethinkDB exporter
](
https://github.com/oliver006/rethinkdb_exporter
)
*
[
Redis exporter
](
https://github.com/oliver006/redis_exporter
)
*
[
scollector exporter
](
https://github.com/tgulacsi/prometheus_scollector
)
*
[
MongoDB exporter
](
https://github.com/dcu/mongodb_exporter
)
*
[
Django exporter
](
https://github.com/korfuri/django-prometheus
)
*
[
Google's mtail log data extractor
](
https://github.com/google/mtail
)
*
[
Minecraft exporter module
](
https://github.com/Baughn/PrometheusIntegration
)
*
[
Meteor JS web framework exporter
](
https://atmospherejs.com/sevki/prometheus-exporter
)
## Directly instrumentated software
Some third-party software already exposes Prometheus metrics natively, so no
separate exporters are needed:
*
[
cAdvisor
](
https://github.com/google/cadvisor
)
*
[
Kubernetes
](
https://github.com/GoogleCloudPlatform/kubernetes
)
*
[
Kubernetes-Mesos
](
https://github.com/mesosphere/kubernetes-mesos
)
*
[
Etcd
](
https://github.com/coreos/etcd
)
*
[
gokit
](
https://github.com/peterbourgon/gokit
)
*
[
go-metrics instrumentation library
](
https://github.com/armon/go-metrics
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment