mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-03 14:47:04 +00:00
fix missing register master metric MasterPickForWriteErrorCounter (#6277)
This commit is contained in:
@@ -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