未验证 提交 a7e3c15a 编写于 作者: R ryjiang 提交者: GitHub

[skip ci]Add comments in chap07_query_coordinator.md (#11395)

Signed-off-by: Nruiyi.jiang <ruiyi.jiang@zilliz.com>
上级 701ec90a
......@@ -27,6 +27,7 @@ type QueryCoord interface {
GetPartitionStates(ctx context.Context, req *querypb.GetPartitionStatesRequest) (*querypb.GetPartitionStatesResponse, error)
// GetSegmentInfo requests segment info
GetSegmentInfo(ctx context.Context, req *querypb.GetSegmentInfoRequest) (*querypb.GetSegmentInfoResponse, error)
// GetMetrics gets the metrics about QueryCoord.
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.
先完成此消息的编辑!
想要评论请 注册