mirror of https://github.com/etcd-io/dbtester.git
control: fix etcd keys total metrics name
This commit is contained in:
parent
a736a6185c
commit
c00cfb4a4a
|
|
@ -216,7 +216,7 @@ func getTotalKeysEtcdv3(endpoints []string) map[string]int64 {
|
|||
fv = v
|
||||
}
|
||||
}
|
||||
if ts[0] == "etcd_storage_keys_total" {
|
||||
if ts[0] == "etcd_debugging_mvcc_keys_total" {
|
||||
rs[ep] = int64(fv)
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue