You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/06/06 11:16:21 UTC

[GitHub] [incubator-druid] clintropolis opened a new pull request #7839: Supervisor list api with states and health

clintropolis opened a new pull request #7839: Supervisor list api with states and health
URL: https://github.com/apache/incubator-druid/pull/7839
 
 
   This PR adds a query parameter to the supervisor list API:
   
   ```
   /druid/indexer/v1/supervisor?state=true
   ```
   
   to enable 'at a glance' status to be cheaply included with a list of supervisors. Response is a list of the form:
   
   ```[{"id":"somesupervisor","state":"RUNNING","detailedState":"RUNNING","healthy":true}...]```
   
   Additionally, these fields are also added to 
   ```
   /druid/indexer/v1/supervisor?full
   ```
   so they are available in addition to the spec.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org