mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap09_data_coord.md (#11397)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11417/head
parent
a7e3c15a62
commit
310c99dc60
|
@ -32,7 +32,7 @@ type DataCoord interface {
|
|||
SaveBinlogPaths(ctx context.Context, req *datapb.SaveBinlogPathsRequest) (*commonpb.Status, error)
|
||||
// GetFlushedSegments returns flushed segment list of requested collection/parition
|
||||
GetFlushedSegments(ctx context.Context, req *datapb.GetFlushedSegmentsRequest) (*datapb.GetFlushedSegmentsResponse, error)
|
||||
|
||||
// GetMetrics gets the metrics about DataCoord
|
||||
GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue