Alexander Liesenfeld
Alexander Liesenfeld
It should be possible to expose health checks as a [prometheus gauge](https://prometheus.io/docs/concepts/metric_types/#gauge). A few constraints to keep things clean and simple: * The check should be added to the [checks](https://github.com/alexliesenfeld/health/tree/development/checks)...
It would be useful to have a small library of commonly used health checks. In the scope of this issue, a TCP check should be implemented (e.g. calling `net.DialTimeout("tcp", addr,...
It would be useful to have a small library of commonly used health checks. In the scope of this issue, an HTTP check should be implemented (e.g. calling an `http.Client`...
It would be useful to have a small library of commonly used health checks. In the scope of this issue, a goroutine count check should be implemented (e.g. calling an...
It would be useful to have a small library of commonly used health checks. In the scope of this issue, a garbage collection max pause check should be implemented (e.g....
It would be useful to have a small library of commonly used health checks. In the scope of this issue, a DNS resolver check should be implemented (e.g. using `LookupHost`...
It would be useful to have a library of commonly used health checks. In the scope of this issue, a health check should be implemented that checks if MySQL is...
It would be useful to have a library of commonly used health checks. In the scope of this issue, a health check should be implemented that checks if Elasticsearch is...
It would be useful to have a library of commonly used health checks. In the scope of this issue, a health check should be implemented that checks if Redis is...
It would be useful to have a library of commonly used health checks. In the scope of this issue, a health check should be implemented that checks if a Kafka...