mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for getSystemInfoMetrics (#9899)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/9911/head
parent
336869b46a
commit
94e4dfd226
|
@ -26,6 +26,7 @@ import (
|
|||
|
||||
type getMetricsFuncType func(ctx context.Context, request *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
|
||||
|
||||
// getSystemInfoMetrics returns the system information metrics.
|
||||
func getSystemInfoMetrics(
|
||||
ctx context.Context,
|
||||
request *milvuspb.GetMetricsRequest,
|
||||
|
|
Loading…
Reference in New Issue