mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #18174 from andyxning/automated-cherry-pick-of-#18164-origin-release-3.5
bugfix: register of walWriteSec
This commit is contained in:
commit
5b25d6b5a5
@ -47,5 +47,6 @@ var (
|
||||
|
||||
func init() {
|
||||
prometheus.MustRegister(walFsyncSec)
|
||||
prometheus.MustRegister(walWriteSec)
|
||||
prometheus.MustRegister(walWriteBytes)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user