Milvus Java SDK help (https://github.com/milvus-io/milvus-sdk-java) needed. #34761
Replies: 4 comments
-
what fucntion did you call and what result did you get? |
Beta Was this translation helpful? Give feedback.
-
I was calling the getMetrics() method. |
Beta Was this translation helpful? Give feedback.
-
I think the GetMetrics doesnt contain any cpu usage info? |
Beta Was this translation helpful? Give feedback.
-
I will try the grafana dashboards, but what is the metrics the sdk is sending back when getMetrics() method is called upon? |
Beta Was this translation helpful? Give feedback.
-
I am trying to understand the milvus java sdk's (https://github.com/milvus-io/milvus-sdk-java) responses when it comes to resources (CPU and Memory) used by different components((ex. IndexCoord or Datanode) in a Milvus cluster . I am trying to get to the part of the code in the sdk where this is being handled. Reason is, when I run a "kubectl top" on the milvus components running in my milvus cluster deployed on AWS, I see the values I get for cpu and memory usage are much smaller (by a magnitude of 10) compared to what is being returned by the sdk. I am not a java developer so I am not proficient enough to track down the code that does this. Can someone please help?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions