aboutsummaryrefslogtreecommitdiff
path: root/docs/monitoring.md
diff options
context:
space:
mode:
authorRussell Cardullo <russellcardullo@gmail.com>2013-11-08 16:36:03 -0800
committerRussell Cardullo <russellcardullo@gmail.com>2013-11-08 16:36:03 -0800
commitef85a51f85c9720bc091367a0d4f80e7ed6b9778 (patch)
tree5a3ef9b99f9330ea8beb1010e00ada8996205e6c /docs/monitoring.md
parent3d4ad84b63e440fd3f4b3edb1b120ff7c14a42d1 (diff)
downloadspark-ef85a51f85c9720bc091367a0d4f80e7ed6b9778.tar.gz
spark-ef85a51f85c9720bc091367a0d4f80e7ed6b9778.tar.bz2
spark-ef85a51f85c9720bc091367a0d4f80e7ed6b9778.zip
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/monitoring.md')
-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`.