From 5bea8757cce0b5e7c1f1ab9cd767c76fc63e2978 Mon Sep 17 00:00:00 2001 From: Yangyang Liu Date: Thu, 1 Sep 2016 17:01:01 -0700 Subject: [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 Closes #14254 from lovexi/yangyang-monitoring-doc. --- docs/monitoring.md | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3