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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
