Browse Source
fix missing register master metric MasterPickForWriteErrorCounter (#6277)
pull/6287/head
Konstantin Lebedev
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
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) |
|
|
|