From 5d31c9f2a0d25546c598c02a2ab64d0e456ce50f Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Sat, 2 Oct 2021 09:12:03 +0800 Subject: [PATCH] [skip ci] Update comment for get metrics (#8945) Signed-off-by: yudong.cai --- internal/types/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/types/types.go b/internal/types/types.go index 9f12ed30e..28ef3c199 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -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) } -- GitLab