diff --git a/weed/stats/metrics.go b/weed/stats/metrics.go index 9f84a3e70..c482f19b5 100644 --- a/weed/stats/metrics.go +++ b/weed/stats/metrics.go @@ -322,6 +322,7 @@ func init() { Gather.MustRegister(MasterReplicaPlacementMismatch) Gather.MustRegister(MasterVolumeLayoutWritable) Gather.MustRegister(MasterVolumeLayoutCrowded) + Gather.MustRegister(MasterPickForWriteErrorCounter) Gather.MustRegister(MasterBroadcastToFullErrorCounter) Gather.MustRegister(FilerRequestCounter)