mirror of https://github.com/etcd-io/dbtester.git
Merge pull request #82 from gyuho/fix
control: fix etcd keys total metrics name
This commit is contained in:
commit
6da8b8e525
|
|
@ -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