mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update comment for get metrics (#8945)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/9063/head
parent
d0a35177e7
commit
5d31c9f2a0
|
@ -370,6 +370,7 @@ type RootCoord interface {
|
|||
// to build index for this segment.
|
||||
SegmentFlushCompleted(ctx context.Context, in *datapb.SegmentFlushCompletedMsg) (*commonpb.Status, error)
|
||||
|
||||
// GetMetrics notifies RootCoord to collect metrics for specified component
|
||||
GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue