fx19880617 commented on issue #5950:
URL: 
https://github.com/apache/incubator-pinot/issues/5950#issuecomment-683490782


   Currently the health check is implemented in: 
https://github.com/apache/incubator-pinot/blob/master/pinot-tools/src/main/java/org/apache/pinot/tools/service/api/resources/PinotServiceManagerHealthCheck.java
   
   I think `ServiceStatus.getServiceStatus();` will return the composite health 
check.
   `ServiceStatus` holds a `MapBasedMultipleCallbackServiceStatusCallback` 
which contains the callback for all the components.
   
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to