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

Add Healthcheks endpoints to client #70

Open
Alirexaa opened this issue Oct 2, 2024 · 0 comments · May be fixed by #71
Open

Add Healthcheks endpoints to client #70

Alirexaa opened this issue Oct 2, 2024 · 0 comments · May be fixed by #71

Comments

@Alirexaa
Copy link

Alirexaa commented Oct 2, 2024

Qdrant has three endpoint for checking server health status.

for more information see : https://qdrant.tech/documentation/guides/monitoring/#kubernetes-health-endpoints

We should have APIs for these endpoints in the client

API Proposal:

+ public Task<HealthResult> HealthAsync(TimeSpan? timeout = null,CancellationToken cancellationToken = default);

+ public Task<LiveResult> LiveAsync(TimeSpan? timeout = null,CancellationToken cancellationToken = default);

+ public Task<ReadyResult> ReadyAsync(TimeSpan? timeout = null,CancellationToken cancellationToken = default);
@Alirexaa Alirexaa linked a pull request Oct 2, 2024 that will close this issue
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 a pull request may close this issue.

1 participant