Skip to content

Commit

Permalink
Merge pull request #18164 from andyxning/bugfix_register_of_walWriteSec
Browse files Browse the repository at this point in the history
bugfix: register of walWriteSec
  • Loading branch information
ahrtr authored Jun 14, 2024
2 parents d2b6423 + 4a555fe commit 45f1453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/storage/wal/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ var (

func init() {
prometheus.MustRegister(walFsyncSec)
prometheus.MustRegister(walWriteSec)
prometheus.MustRegister(walWriteBytes)
}

0 comments on commit 45f1453

Please sign in to comment.