Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update documentation in the light of all Http parameters details
  • Loading branch information
Eren Avsarogullari committed May 18, 2020
commit 227cebe24d33ebee70b89f72d18c80e5a25cea97
8 changes: 4 additions & 4 deletions docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,19 +548,19 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
<td><code>/applications/[app-id]/sql</code></td>
<td>A list of all queries for a given application.
<br>
<code>?details=[true|false (default)]</code> lists metric details in addition to queries details.
<code>?details=[true (default) | false]</code> lists metric details in addition to queries details.
<br>
<code>?details=true&planDescription=[true (default)|false]</code> enables/disables Physical <code>planDescription</code> on demand when Physical Plan size is high.
<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.
</tr>
<tr>
<td><code>/applications/[app-id]/sql/[execution-id]</code></td>
<td>Details for the given query.
<br>
<code>?details=[true|false (default)]</code> lists metric details in addition to given query details.
<code>?details=[true (default) | false]</code> lists metric details in addition to given query details.
<br>
<code>?details=true&planDescription=[true (default)|false]</code> enables/disables Physical <code>planDescription</code> on demand for the given query when Physical Plan size is high.
<code>?planDescription=[true (default) | false]</code> enables/disables Physical <code>planDescription</code> on demand for the given query when Physical Plan size is high.
</tr>
<tr>
<td><code>/applications/[app-id]/environment</code></td>
Expand Down