influxdb/kit/check
Lyon Hill 6489f33200
feat(api/health): Add a standardized health and ready check system (#1961)
* feat(api/health): Add a standardized health and ready check system

Build a system that can be used for both ready and health checking.
It can be used directly as a http.Handler and can be given a passthrough handler,
allowing it to operate as middleware.
2018-12-14 23:20:53 -07:00
..
check.go feat(api/health): Add a standardized health and ready check system (#1961) 2018-12-14 23:20:53 -07:00
check_test.go feat(api/health): Add a standardized health and ready check system (#1961) 2018-12-14 23:20:53 -07:00
helpers.go feat(api/health): Add a standardized health and ready check system (#1961) 2018-12-14 23:20:53 -07:00
response.go feat(api/health): Add a standardized health and ready check system (#1961) 2018-12-14 23:20:53 -07:00