mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for GetMetrics (#11198)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/11201/head
parent
e817cfbae6
commit
087f05bca5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue