未验证 提交 087f05bc 编写于 作者: S sunby 提交者: GitHub

[skip ci]Add comment for GetMetrics (#11198)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
上级 e817cfba
......@@ -511,6 +511,7 @@ func (c *Client) GetFlushedSegments(ctx context.Context, req *datapb.GetFlushedS
return ret.(*datapb.GetFlushedSegmentsResponse), err
}
// GetMetrics gets all metrics of datacoord
func (c *Client) GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error) {
ret, err := c.recall(func() (interface{}, error) {
client, err := c.getGrpcClient()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册