mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 00:24:23 +08:00
fix missing register master metric MasterPickForWriteErrorCounter (#6277)
This commit is contained in:

committed by
GitHub

parent
fd6c787c02
commit
167b50be88
@@ -322,6 +322,7 @@ func init() {
|
||||
Gather.MustRegister(MasterReplicaPlacementMismatch)
|
||||
Gather.MustRegister(MasterVolumeLayoutWritable)
|
||||
Gather.MustRegister(MasterVolumeLayoutCrowded)
|
||||
Gather.MustRegister(MasterPickForWriteErrorCounter)
|
||||
Gather.MustRegister(MasterBroadcastToFullErrorCounter)
|
||||
|
||||
Gather.MustRegister(FilerRequestCounter)
|
||||
|
Reference in New Issue
Block a user