Skip to content
Snippets Groups Projects
Commit 5bea8757 authored by Yangyang Liu's avatar Yangyang Liu Committed by Josh Rosen
Browse files

[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.
parent 03d77af9
No related branches found
No related tags found
No related merge requests found
...@@ -377,6 +377,7 @@ set of sinks to which metrics are reported. The following instances are currentl ...@@ -377,6 +377,7 @@ set of sinks to which metrics are reported. The following instances are currentl
* `worker`: A Spark standalone worker process. * `worker`: A Spark standalone worker process.
* `executor`: A Spark executor. * `executor`: A Spark executor.
* `driver`: The Spark driver process (the process in which your SparkContext is created). * `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 Each instance can report to zero or more _sinks_. Sinks are contained in the
`org.apache.spark.metrics.sink` package: `org.apache.spark.metrics.sink` package:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment