6f439414bd
This adds the healthcheck middleware from oslo, configurable via the [healthcheck]/enabled option. This middleware adds a status check at `/healthcheck`. This is useful for load balancers to determine if a service is up (and add or remove it from rotation), or for monitoring tools to see the health of the server. This endpoint is unauthenticated, as not all load balancers or monitoring tools support authenticating with a health check endpoint. Change-Id: I7929d5f4502c3f84b1cf30526c94a458081a6a29 Closes-Bug: #1748515
11 lines
495 B
YAML
11 lines
495 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds the healthcheck middleware from oslo, configurable via the
|
|
``[healthcheck]/enabled`` option. This middleware adds a status check at
|
|
`/healthcheck`. This is useful for load balancers to determine if a service
|
|
is up (and add or remove it from rotation), or for monitoring tools to see
|
|
the health of the server. This endpoint is unauthenticated, as not all load
|
|
balancers or monitoring tools support authenticating with a health check
|
|
endpoint.
|