Skip to content

Commit 0fe9c14

Browse files
SongYadongsrowen
authored andcommitted
[DOC][MINOR] Add metrics instance 'mesos_cluster' to monitoring doc
## What changes were proposed in this pull request? Metrics instance "mesos_cluster" exists in spark, but not mentioned in monitoring.md. This PR add it. ## How was this patch tested? Manually test. Closes apache#23691 from SongYadong/doc_mesos_metrics_inst. Authored-by: SongYadong <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent da52698 commit 0fe9c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/monitoring.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ set of sinks to which metrics are reported. The following instances are currentl
659659
* `driver`: The Spark driver process (the process in which your SparkContext is created).
660660
* `shuffleService`: The Spark shuffle service.
661661
* `applicationMaster`: The Spark ApplicationMaster when running on YARN.
662+
* `mesos_cluster`: The Spark cluster scheduler when running on Mesos.
662663

663664
Each instance can report to zero or more _sinks_. Sinks are contained in the
664665
`org.apache.spark.metrics.sink` package:

0 commit comments

Comments
 (0)