From 167b50be889f056b31ff2f178079541167e644ed Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:59:11 +0500 Subject: [PATCH] fix missing register master metric MasterPickForWriteErrorCounter (#6277) --- weed/stats/metrics.go | 1 + 1 file changed, 1 insertion(+) 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)