Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 389 Bytes

Checkers

Ready to use healthcheck.Checker functions.

These are also simple Checker examples. Implement your own Checkers to cover more complicated checks on your services.

Checkers List

Goroutine

Checks if number of running goroutines do not exceed the threshold. It is also a proxy to check if we release resources that we occupy.

Database

Check if DB is up by pinging it.