prometheus-adapter/vendor/github.com/coreos/pkg/health
2017-06-26 19:23:05 +03:00
..
health.go Add vendor folder to git 2017-06-26 19:23:05 +03:00
health_test.go Add vendor folder to git 2017-06-26 19:23:05 +03:00
README.md Add vendor folder to git 2017-06-26 19:23:05 +03:00

health

A simple framework for implementing an HTTP health check endpoint on servers.

Users implement their health.Checkable types, and create a health.Checker, from which they can get an http.HandlerFunc using health.Checker.MakeHealthHandlerFunc.

Documentation

For more details, visit the docs on gopkgdoc