aboutsummaryrefslogtreecommitdiff
path: root/docs/monitoring.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/monitoring.md')
-rw-r--r--docs/monitoring.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/monitoring.md b/docs/monitoring.md
index ee932cfc6d..c8694762ff 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -289,7 +289,11 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
</tr>
<tr>
<td><code>/applications/[app-id]/executors</code></td>
- <td>A list of all executors for the given application.</td>
+ <td>A list of all active executors for the given application.</td>
+ </tr>
+ <tr>
+ <td><code>/applications/[app-id]/allexecutors</code></td>
+ <td>A list of all(active and dead) executors for the given application.</td>
</tr>
<tr>
<td><code>/applications/[app-id]/storage/rdd</code></td>