Changing message for the replicas_status request

This commit is contained in:
Chun-Sheng, Li 2022-01-06 09:45:27 +08:00 committed by GitHub
parent d547db3e32
commit e4c03bbc97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Web UI can be accessed here: `http://localhost:8123/play`.
![Web UI](../images/play.png)
In health-check scripts use `GET /ping` or `GET /replicas_status` request. This handler always returns “Ok.” (with a line feed at the end). Available from version 18.12.13.
In health-check scripts use `GET /ping` request. This handler always returns “Ok.” (with a line feed at the end). Available from version 18.12.13. If users want to get more sophisticated health checks, it can use the `GET /replicas_status` request.
``` bash
$ curl 'http://localhost:8123/ping'