View Source Healthz
A lightweight plug to respond to some health checker pings
installation
Installation
def deps do
[
{:healthz, "~> 0.1.0"}
]
end
The docs can be found at https://hexdocs.pm/healthz/
usage
Usage
# router.ex
forward("/path", Healthz)