mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap07_query_coordinator.md (#11772)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11835/head
parent
afed687f19
commit
20810a335e
|
@ -257,6 +257,7 @@ type QueryNode interface {
|
|||
ReleaseSegments(ctx context.Context, req *querypb.ReleaseSegmentsRequest) (*commonpb.Status, error)
|
||||
// GetSegmentInfo requests segment info
|
||||
GetSegmentInfo(ctx context.Context, req *querypb.GetSegmentInfoRequest) (*querypb.GetSegmentInfoResponse, error)
|
||||
// GetMetrics gets the metrics about QueryNode.
|
||||
GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest, opts ...grpc.CallOption) (*milvuspb.GetMetricsResponse, error)
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue