Skip to content

Commit

Permalink
docs: Adding /ready endpoint documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Apr 5, 2021
1 parent 4243b1f commit e2d3a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ You'll find a Kubernetes exemple in the [`infra/`](infra/) folder, using my [`ap
## Endpoints

- `GET /health`: healthcheck of server, respond [`okStatus (default 204)`](#usage) or `503` during [`graceDuration`](#usage) when SIGTERM is received
- `GET /ready`: same response than `/health` but it also checks external dependencies availability
- `GET /version`: value of `VERSION` environment variable
- `GET /metrics`: Prometheus metrics values

Expand Down

0 comments on commit e2d3a4b

Please sign in to comment.