Fix bullet points in the health check guide (#1194)

This commit is contained in:
Terry Wilson 2023-09-12 14:22:45 -07:00 committed by GitHub
parent 18f6b90b13
commit 50a7a9906e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -33,10 +33,10 @@ Enabling the health check service on your server involves the following steps:
2. Add the health check service to your server.
3. Notify the health check library when the health of one of your services
changes.
- `NOT_SERVING` if your service cannot accept requests at the moment
- `SERVING` if your service is open for business
- If you don't care about the health of individual services, you can use
an empty string ("") to represent the health of your whole server.
- `NOT_SERVING` if your service cannot accept requests at the moment
- `SERVING` if your service is open for business
- If you don't care about the health of individual services, you can use
an empty string ("") to represent the health of your whole server.
4. Make sure you inform the health check library about server shutdown so
that it can notify all the connected clients.