Merge pull request #18164 from andyxning/bugfix_register_of_walWriteSec

bugfix: register of walWriteSec
This commit is contained in:
Benjamin Wang 2024-06-14 18:32:15 +01:00 committed by GitHub
commit 45f14539e0
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)
}