You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2019/03/17 11:42:19 UTC

[spark] branch master updated: [MINOR][DOC] Add "completedStages" metircs for namespace=appStatus

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 d6a3cbe  [MINOR][DOC] Add "completedStages" metircs for namespace=appStatus
d6a3cbe is described below

commit d6a3cbea5dfd5e8b3761ecd75df1fbe4f163b3ad
Author: hehuiyuan <he...@ZBMAC-C02WD3K5H.local>
AuthorDate: Sun Mar 17 06:42:00 2019 -0500

    [MINOR][DOC] Add "completedStages" metircs for namespace=appStatus
    
    ## What changes were proposed in this pull request?
    
    Add completedStages metircs for  namespace=appStatus for monitoring.md.
    
    Closes #24109 from hehuiyuan/hehuiyuan-patch-5.
    
    Authored-by: hehuiyuan <he...@ZBMAC-C02WD3K5H.local>
    Signed-off-by: Sean Owen <se...@databricks.com>
---
 docs/monitoring.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index 036a575..3b187b6 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -931,6 +931,7 @@ This is the component with the largest amount of instrumented metrics
    `spark.app.status.metrics.enabled=true` (default is false)
   - stages.failedStages.count
   - stages.skippedStages.count
+  - stages.completedStages.count
   - tasks.blackListedExecutors.count
   - tasks.completedTasks.count
   - tasks.failedTasks.count


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