-
Notifications
You must be signed in to change notification settings - Fork 5
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
Supports health checking #44
Comments
We already have the heath checking protocol |
@killme2008 @MichaelScofield I added a PR and here are the results:
|
@daviderli614 It's expected that the response body is empty. When the response is successfully returned, it means the server's connectivity is good, and that's all we need (fow now). |
ok, PTAL: #45 |
@daviderli614 I've merged #45 , please release it and don't forget to update our docs. |
A new version v0.5.2 was released to users:
Use example: https://github.com/GreptimeTeam/greptimedb-ingester-go/tree/main/examples/healthcheck #48 |
As GreptimeTeam/greptimedb#4674 suggests, a method like
is_connected
is good to have in our Go SDK.The text was updated successfully, but these errors were encountered: