Skip to content

mpran/healthz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Healthz

A lightweight plug to respond to some health checker pings

Installation

def deps do
  [
    {:healthz, "~> 0.1.0"}
  ]
end

The docs can be found at https://hexdocs.pm/healthz/

Usage

# router.ex
forward("/path", Healthz)