mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update comment for get metrics (#8946)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/9063/head
parent
5d31c9f2a0
commit
31d547b80e
|
@ -384,6 +384,7 @@ type RootCoordComponent interface {
|
|||
SetQueryCoord(QueryCoord) error
|
||||
SetNewProxyClient(func(sess *sessionutil.Session) (Proxy, error))
|
||||
|
||||
// GetMetrics notifies RootCoordComponent to collect metrics for specified component
|
||||
GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue