diff --git a/docs/monitoring.md b/docs/monitoring.md index 1f76b6e0a8..6157244d43 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -479,14 +479,13 @@ can be identified by their `[attempt-id]`. In the API listed below, when running /applications/[app-id]/stages/[stage-id] A list of all attempts for the given stage. -
?details=true lists all attempts with task data for the given stage. -
?taskStatus=[RUNNING|SUCCESS|FAILED|KILLED|PENDING] lists only those tasks with the specified task status. Query parameter taskStatus takes effect only when details=true.
?details=true lists all attempts with the task data for the given stage. +
?taskStatus=[RUNNING|SUCCESS|FAILED|KILLED|PENDING] lists only those tasks with the specified task status. Query parameter taskStatus takes effect only when details=true.
?withSummaries=true lists task metrics distribution and executor metrics distribution of each attempt. -
?quantiles=0.1,0.25,0.5,0.75,1.0 summarize the metrics with the given quantiles. Query parameter quantiles takes effect only when withSummaries=true. Default value is 0.0,0.25,0.5,0.75,1.0. +
?quantiles=0.0,0.25,0.5,0.75,1.0 summarize the metrics with the given quantiles. Query parameter quantiles takes effect only when withSummaries=true. Default value is 0.0,0.25,0.5,0.75,1.0.
Example:
?details=true -
?details=true&taskStatus=RUNNING +
?details=true&taskStatus=RUNNING
?withSummaries=true
?details=true&withSummaries=true&quantiles=0.01,0.5,0.99 @@ -498,10 +497,10 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
?details=true lists all task data for the given stage attempt.
?taskStatus=[RUNNING|SUCCESS|FAILED|KILLED|PENDING] lists only those tasks with the specified task status. Query parameter taskStatus takes effect only when details=true.
?withSummaries=true lists task metrics distribution and executor metrics distribution for the given stage attempt. -
?quantiles=0.1,0.25,0.5,0.75,1.0 summarize the metrics with the given quantiles. Query parameter quantiles takes effect only when withSummaries=true. Default value is 0.0,0.25,0.5,0.75,1.0. +
?quantiles=0.0,0.25,0.5,0.75,1.0 summarize the metrics with the given quantiles. Query parameter quantiles takes effect only when withSummaries=true. Default value is 0.0,0.25,0.5,0.75,1.0.
Example:
?details=true -
?details=true&taskStatus=RUNNING +
?details=true&taskStatus=RUNNING
?withSummaries=true
?details=true&withSummaries=true&quantiles=0.01,0.5,0.99