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 <[email protected]>
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 <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]