Merge pull request #18174 from andyxning/automated-cherry-pick-of-#18164-origin-release-3.5

bugfix: register of walWriteSec
This commit is contained in:
Benjamin Wang 2024-06-15 06:23:34 +01:00 committed by GitHub
commit 5b25d6b5a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,5 +47,6 @@ var (
func init() {
prometheus.MustRegister(walFsyncSec)
prometheus.MustRegister(walWriteSec)
prometheus.MustRegister(walWriteBytes)
}