healthcheck
healthcheck copied to clipboard
A library for implementing Kubernetes liveness and readiness probe handlers in your Go application.
I realise #20 exists however I want to try for a different approach. Feel free to close this in favour of #20, either or :smile:
Hello everyone 👋, First of all, thank you for creating such a repo, a simple health check tooling that can easily be integrated with Kube. I really liked it. I...
Hi, trying to get this little example to run but it does not seem to even execute the mycheck function more than once during the startup. I thought it should...
Resolving https://github.com/heptiolabs/healthcheck/issues/29
I was attempting to curl a healthcheck endpoint as part of a wait-for-it script in Docker and noticed an issue with the HealthCheck server. The server, by default, doesn't respond...
Dependency on `github.com/heptiolabs/healthcheck` pulls indirect dependency `github.com/prometheus/*` even if I don't want to use metrics in my project
task #23
Because of https://github.com/DATA-DOG/go-sqlmock/issues/161 need changes in code. Need replace gopkg.in to github.com.
`Check` interface should be context dependent to be able to gracefully close all synchronous checks after server shutdown or request cancelation
see title, thank u.