mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci]Fix golint error for GetMetrics in rootcoord (#12379)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
c9d31f0b73
commit
015bf4585d
@ -405,6 +405,7 @@ func (s *Server) SegmentFlushCompleted(ctx context.Context, in *datapb.SegmentFl
|
||||
return s.rootCoord.SegmentFlushCompleted(ctx, in)
|
||||
}
|
||||
|
||||
// GetMetrics gets the metrics of RootCoord.
|
||||
func (s *Server) GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error) {
|
||||
return s.rootCoord.GetMetrics(ctx, in)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user