[skip ci] Update comment for get metrics (#8945)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/9063/head
Cai Yudong 2021-10-02 09:12:03 +08:00 committed by GitHub
parent d0a35177e7
commit 5d31c9f2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}