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

How to Retrieve Total and Used Storage Information via Qdrant API? #1358

Open
Chiranjeevraja opened this issue Dec 22, 2024 · 2 comments
Open

Comments

@Chiranjeevraja
Copy link

I need assistance in retrieving storage information from the Qdrant API.
Specifically, I want to know:

  1. How to get the total available storage.
  2. How to check the currently used storage.
    Is there an existing API endpoint or method for this? If not, could you suggest the best approach to monitor storage usage programmatically? Any help or guidance would be greatly appreciated.
@timvisee
Copy link
Member

How to get the total available storage.

Could you elaborate on what this might mean, and what kind of output you expect?

How to check the currently used storage.

In Qdrant Cloud the current disk usage is shown in the cloud UI graphs.

We're in the progress if exposing this on GET /metrics shortly (which is in Prometheus format) so that you can programatically act upon it.

Documentation: https://qdrant.tech/documentation/cloud/cluster-monitoring/#qdrant-database-metrics-and-telemetry

@Chiranjeevraja
Copy link
Author

Like how the current disk usage in cloud UI graphs, I wanted to access it via GET /metrics as you mentioned it. when will the update be available?

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

No branches or pull requests

2 participants