Subsystem

HTTP API: health

The 2 operations tagged health, each with its parameters, its body and what it answers.

Is this process alive?

GET /healthz

Report that the process is running and able to answer.

Responses

Can this instance serve requests?

GET /readyz

Report whether the database is reachable and its schema is up to date.

Responses