ektravel commented on code in PR #15591:
URL: https://github.com/apache/druid/pull/15591#discussion_r1483519262


##########
docs/api-reference/supervisor-api.md:
##########
@@ -1309,13 +1307,184 @@ Host: http://ROUTER_IP:ROUTER_PORT
   ```
 </details>
 
+### Get supervisor health
+
+Retrieves the current health report for a single supervisor. The health of a 
supervisor is determined by the supervisor's `state` (as returned by the 
`/status` endpoint) and the `druid.supervisor.*` Overlord configuration 
thresholds.
+
+#### URL
+
+<code class="getAPI">GET</code> 
<code>/druid/indexer/v1/supervisor/:supervisorId/health</code>

Review Comment:
   Going with`{supervisorId}`. Will update accordingly. 



-- 
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]

Reply via email to