linhongliu-db commented on a change in pull request #35856:
URL: https://github.com/apache/spark/pull/35856#discussion_r839134127
##########
File path: docs/monitoring.md
##########
@@ -611,6 +611,15 @@ 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 for the given query when
Physical Plan size is high.
</td>
</tr>
+ <tr>
+ <td><code>/applications/[app-id]/diagnostics/[execution-id]</code></td>
Review comment:
how about:
`/applications/[app-id]/diagnostics/***sql***/[execution-id]`
Then, in the future, we can have:
```
diagnostics/executor/
diagnostics/streaming/
diagnostics/environment/
diganostics/xxx
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]