[skip ci]Add comments in chap09_data_coord.md (#11397)

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/11417/head
ryjiang 2021-11-08 13:05:44 +08:00 committed by GitHub
parent a7e3c15a62
commit 310c99dc60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
```