health-go icon indicating copy to clipboard operation
health-go copied to clipboard

Library to provide basic healthcheck functionality to Go applications.

Results 21 health-go issues
Sort by recently updated
recently updated
newest added

Current implementation runs checks consequently, this PR changes behaviour to run all the tests concurrently, so that it should take less time.

This PR add support to Neo4j connectivity check

Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.7.1 to 1.8.1. Release notes Sourced from github.com/go-sql-driver/mysql's releases. v1.8.1 What's Changed Bugfixes: fix race condition when context is canceled in #1562 and #1570 Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.8.0...v1.8.1...

dependencies

Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.33.1 to 1.34.0. Release notes Sourced from github.com/nats-io/nats.go's releases. Release v1.34.0 Changelog Added Core NATS: StatusChanged method for subscription event notifications (#1570) ClientTLSConfig option for setting TLS...

dependencies

I can write this integration

This PR introduces a health check for Elasticsearch. The checker functions by making an HTTP request to the `/_cluster/health` endpoint and checking that the `status` field included in the response...

This commit adds healthchecks for SQL Server in the health-go/v5 library from github.com/hellofresh. The healthchecks include connectivity tests to ensure that SQL Server is responding and accessible. The healthchecks were...

Added check support for `sqlite3`

Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.14.0 to 1.15.0. Commits 7a495f2 Update version to v1.15.0 64d6ed0 Fix version to prepare for the v1.15.0 release. (#1604) 86cb647 GODRIVER-3145 Don't retry on context timeout or...

dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.2. Release notes Sourced from google.golang.org/grpc's releases. Release 1.63.2 Bugs Fix the user agent string Release 1.63.1 Bugs grpc: fixed subchannel log messages to properly...

dependencies