mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for GetMetrics in rootcoord (#12379)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/12389/head
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