fix missing register master metric MasterPickForWriteErrorCounter (#6277)

This commit is contained in:
Konstantin Lebedev
2024-11-25 21:59:11 +05:00
committed by GitHub
parent fd6c787c02
commit 167b50be88

View File

@@ -322,6 +322,7 @@ func init() {
Gather.MustRegister(MasterReplicaPlacementMismatch)
Gather.MustRegister(MasterVolumeLayoutWritable)
Gather.MustRegister(MasterVolumeLayoutCrowded)
Gather.MustRegister(MasterPickForWriteErrorCounter)
Gather.MustRegister(MasterBroadcastToFullErrorCounter)
Gather.MustRegister(FilerRequestCounter)