未验证 提交 5d31c9f2 编写于 作者: C Cai Yudong 提交者: GitHub

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

Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com>
上级 d0a35177
...@@ -370,6 +370,7 @@ type RootCoord interface { ...@@ -370,6 +370,7 @@ type RootCoord interface {
// to build index for this segment. // to build index for this segment.
SegmentFlushCompleted(ctx context.Context, in *datapb.SegmentFlushCompletedMsg) (*commonpb.Status, error) 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) GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册