Alexander Liesenfeld

Results 18 issues of 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)...

enhancement
hacktoberfest

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,...

enhancement
good first issue
hacktoberfest

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`...

enhancement
good first issue
hacktoberfest

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...

enhancement
good first issue
hacktoberfest

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....

enhancement
good first issue
hacktoberfest

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`...

enhancement
good first issue
hacktoberfest

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...

enhancement
good first issue
hacktoberfest

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...

enhancement
hacktoberfest

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...

enhancement
hacktoberfest

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...

enhancement
hacktoberfest