mirror of https://github.com/milvus-io/milvus.git
enhance: Remove channel cp lag metrics when DropChannel (#28784)
See also #28765 Remove metric when Drop channel grpc execute succeed Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/28792/head
parent
9c9ab08f54
commit
5025c10e8b
|
@ -590,6 +590,7 @@ func (s *Server) DropVirtualChannel(ctx context.Context, req *datapb.DropVirtual
|
|||
s.segmentManager.DropSegmentsOfChannel(ctx, channel)
|
||||
|
||||
metrics.CleanupDataCoordNumStoredRows(collectionID)
|
||||
metrics.DataCoordCheckpointLag.DeleteLabelValues(fmt.Sprint(paramtable.GetNodeID()), channel)
|
||||
|
||||
// no compaction triggered in Drop procedure
|
||||
return resp, nil
|
||||
|
|
Loading…
Reference in New Issue