This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fe9c14  [DOC][MINOR] Add metrics instance 'mesos_cluster' to 
monitoring doc
0fe9c14 is described below

commit 0fe9c144fd45e042b41a8fc69b96c377b9f08c4b
Author: SongYadong <song.yado...@zte.com.cn>
AuthorDate: Thu Jan 31 18:30:17 2019 -0600

    [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 #23691 from SongYadong/doc_mesos_metrics_inst.
    
    Authored-by: SongYadong <song.yado...@zte.com.cn>
    Signed-off-by: Sean Owen <sean.o...@databricks.com>
---
 docs/monitoring.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index 1e292d2..726fb5c 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -659,6 +659,7 @@ set of sinks to which metrics are reported. The following 
instances are currentl
 * `driver`: The Spark driver process (the process in which your SparkContext 
is created).
 * `shuffleService`: The Spark shuffle service.
 * `applicationMaster`: The Spark ApplicationMaster when running on YARN.
+* `mesos_cluster`: The Spark cluster scheduler when running on Mesos.
 
 Each instance can report to zero or more _sinks_. Sinks are contained in the
 `org.apache.spark.metrics.sink` package:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to