aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYangyang Liu <yangyangliu@fb.com>2016-09-01 17:01:01 -0700
committerJosh Rosen <joshrosen@databricks.com>2016-09-01 17:01:16 -0700
commit5bea8757cce0b5e7c1f1ab9cd767c76fc63e2978 (patch)
tree485e09cc52218b49916dcc432efcbbbfc20e968e /docs
parent03d77af9ec4ce9a42affd6ab4381ae5bd3c79a5a (diff)
downloadspark-5bea8757cce0b5e7c1f1ab9cd767c76fc63e2978.tar.gz
spark-5bea8757cce0b5e7c1f1ab9cd767c76fc63e2978.tar.bz2
spark-5bea8757cce0b5e7c1f1ab9cd767c76fc63e2978.zip
[SPARK-16619] Add shuffle service metrics entry in monitoring docs
After change [SPARK-16405](https://github.com/apache/spark/pull/14080), we need to update docs by adding shuffle service metrics entry in currently supporting metrics list. Author: Yangyang Liu <yangyangliu@fb.com> Closes #14254 from lovexi/yangyang-monitoring-doc.
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 5804e4f26c..5bc5e18c4d 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -377,6 +377,7 @@ set of sinks to which metrics are reported. The following instances are currentl
* `worker`: A Spark standalone worker process.
* `executor`: A Spark executor.
* `driver`: The Spark driver process (the process in which your SparkContext is created).
+* `shuffleService`: The Spark shuffle service.
Each instance can report to zero or more _sinks_. Sinks are contained in the
`org.apache.spark.metrics.sink` package: