aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-11-24 16:19:51 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-11-24 16:19:51 -0800
commit859d62dc2a37f56f8c85138df069a359e7fabb45 (patch)
tree5a30d32d04131183f6bff3b2df5f376187494d46 /docs
parent65de73c7f8529be363e9ae814d0d4eab0da112aa (diff)
parent1360f62d15170bd295ceaba85f39401fd8109e51 (diff)
downloadspark-859d62dc2a37f56f8c85138df069a359e7fabb45.tar.gz
spark-859d62dc2a37f56f8c85138df069a359e7fabb45.tar.bz2
spark-859d62dc2a37f56f8c85138df069a359e7fabb45.zip
Merge pull request #151 from russellcardullo/add-graphite-sink
Add graphite sink for metrics This adds a metrics sink for graphite. The sink must be configured with the host and port of a graphite node and optionally may be configured with a prefix that will be prepended to all metrics that are sent to graphite.
Diffstat (limited to 'docs')
-rw-r--r--docs/monitoring.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/monitoring.md b/docs/monitoring.md
index 5f456b999b..5ed0474477 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -50,6 +50,7 @@ Each instance can report to zero or more _sinks_. Sinks are contained in the
* `GangliaSink`: Sends metrics to a Ganglia node or multicast group.
* `JmxSink`: Registers metrics for viewing in a JXM console.
* `MetricsServlet`: Adds a servlet within the existing Spark UI to serve metrics data as JSON data.
+* `GraphiteSink`: Sends metrics to a Graphite node.
The syntax of the metrics configuration file is defined in an example configuration file,
`$SPARK_HOME/conf/metrics.conf.template`.