Skip to content

Commit

Permalink
Merge pull request #18174 from andyxning/automated-cherry-pick-of-#18…
Browse files Browse the repository at this point in the history
…164-origin-release-3.5

bugfix: register of walWriteSec
  • Loading branch information
ahrtr authored Jun 15, 2024
2 parents 6267a12 + b9ae5ef commit 5b25d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/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 5b25d6b

Please sign in to comment.