health
Kubernetes liveness probe
Returns {"alive":true} (or Protobuf equivalent) whenever the process is running. Never returns an error while the HTTP event loop is responsive.
Content negotiation: Accept: application/x-protobuf -> Protobuf; else JSON.
get/health/liveness
Headers
Accept'application/json' | 'application/x-protobuf'
Response
Process is alive.
Example response
{
"alive": true
}