diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2024-11-25 21:59:11 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-25 08:59:11 -0800 |
| commit | 167b50be889f056b31ff2f178079541167e644ed (patch) | |
| tree | ff87c1720d984592bf3188f6cb73466d390b6169 /weed/stats/metrics.go | |
| parent | fd6c787c02aae500b4b513d82501afe3179e6500 (diff) | |
| download | seaweedfs-167b50be889f056b31ff2f178079541167e644ed.tar.xz seaweedfs-167b50be889f056b31ff2f178079541167e644ed.zip | |
fix missing register master metric MasterPickForWriteErrorCounter (#6277)
Diffstat (limited to 'weed/stats/metrics.go')
| -rw-r--r-- | weed/stats/metrics.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
