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/07 20:09:47 UTC

[GitHub] [incubator-druid] dclim commented on a change in pull request #7839: Supervisor list api with states and health

dclim commented on a change in pull request #7839: Supervisor list api with states and health
URL: https://github.com/apache/incubator-druid/pull/7839#discussion_r291737815
 
 

 ##########
 File path: docs/content/operations/api-reference.md
 ##########
 @@ -510,8 +510,22 @@ Returns a list of objects of the currently active supervisors.
 |Field|Type|Description|
 |---|---|---|
 |`id`|String|supervisor unique identifier|
+|`state`|String|basic state of the supervisor. Available states:`UNHEALTHY_SUPERVISOR`, `UNHEALTHY_TASKS`, `PENDING`, `RUNNING`, `SUSPENDED`, `STOPPING`|
+|`detailedState`|String|supervisor specific state. (See documentation of specific supervisor for details)|
+|`healthy`|Boolean|true or false indicator of overal supervisor health|
 
 Review comment:
   typo: 'overal' -> 'overall'

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