mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for getSystemInfoMetrics (#15019)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/15029/head
parent
36b9c498ab
commit
a7ad3f2a76
|
@ -25,6 +25,7 @@ import (
|
|||
"github.com/milvus-io/milvus/internal/util/typeutil"
|
||||
)
|
||||
|
||||
// getSystemInfoMetrics returns metrics info of QueryNode
|
||||
func getSystemInfoMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest, node *QueryNode) (*milvuspb.GetMetricsResponse, error) {
|
||||
usedMem := metricsinfo.GetUsedMemoryCount()
|
||||
totalMem := metricsinfo.GetMemoryCount()
|
||||
|
|
Loading…
Reference in New Issue