Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(healthchecks): Add healthchecks for SQL Server in health-go/v5 library #92

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

gmolinas
Copy link
Contributor

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 in the healthchecks package, and can be accessed by importing the package and calling the appropriate function.

…ibrary

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 in the healthchecks package, and can be accessed by importing the package and calling the appropriate function.
Copy link
Contributor

@lucasmdrs lucasmdrs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution, I have some suggestions:

checks/sqlserver/check.go Outdated Show resolved Hide resolved
checks/sqlserver/check_test.go Outdated Show resolved Hide resolved
checks/sqlserver/check_test.go Outdated Show resolved Hide resolved
Taskfile.yaml Outdated Show resolved Hide resolved
checks/rabbitmq/check.go Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants