asdf2014 commented on code in PR #14528: URL: https://github.com/apache/druid/pull/14528#discussion_r1270173249
########## docs/api-reference/service-status-api.md: ########## @@ -23,154 +23,1138 @@ sidebar_label: Service status ~ under the License. --> -This document describes the API endpoints to retrieve service (process) status, cluster information for Apache Druid + +This document describes the API endpoints to retrieve service status, cluster information for Apache Druid. + +In this document, `http://SERVICE_IP:SERVICE_PORT` is a placeholder for the server address of deployment and the service port. For example, on the quickstart configuration, replace `http://ROUTER_IP:ROUTER_PORT` with `http://localhost:8888`. ## Common -All processes support the following endpoints. +All services support the following endpoints. + +You can use each endpoint with the ports for each type of service. The following table contains port addresses for a local configuration: + +|Service|Port address| +| ----------- | ----------- | +| Coordinator|8081| +| Overlord|8081| +| Router|8888| +| Broker|8082| +| Historical|8083| +| MiddleManager|8091| Review Comment: ```suggestion | Service | Port address | | ------------- | ------------ | | Coordinator | 8081 | | Overlord | 8081 | | Router | 8888 | | Broker | 8082 | | Historical | 8083 | | MiddleManager | 8091 | ``` -- 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]
