Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed broken doc.
  • Loading branch information
sarutak committed Aug 4, 2020
commit 2df647a960527933b4da77fc9bb57b7594282c33
2 changes: 2 additions & 0 deletions docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
<code>?planDescription=[true (default) | false]</code> enables/disables Physical <code>planDescription</code> on demand when Physical Plan size is high.
<br>
<code>?offset=[offset]&length=[len]</code> lists queries in the given range.
</td>
</tr>
<tr>
<td><code>/applications/[app-id]/sql/[execution-id]</code></td>
Expand All @@ -581,6 +582,7 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
<code>?details=[true (default) | false]</code> lists/hides metric details in addition to given query details.
<br>
<code>?planDescription=[true (default) | false]</code> enables/disables Physical <code>planDescription</code> on demand for the given query when Physical Plan size is high.
</td>
</tr>
<tr>
<td><code>/applications/[app-id]/environment</code></td>
Expand Down