qdrant cloud: retrieve collection metrics via python client #639
Unanswered
filipecosta90
asked this question in
Q&A
Replies: 1 comment
-
Hi @filipecosta90 no, there is no way to retrieve this kind of information. Those metrics are collected by the cloud tools, rather than by Qdrant itself, there is no way to reach them via client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wanted to double check if there is a way of retrieving the memory/disk usage for each collection via the python client.
I'm finding it hard, even via the API to get this info.
I was only able to retrieve it properly via the undocumented API at cluster level via the metrics endpoint, but this is only valid for 1 collection and I'm also expecting it to include overhead of the system itself -- so, not perfect.
Currently I can get it via:
with the sample data bellow:
Beta Was this translation helpful? Give feedback.
All reactions