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