Merge pull request #82 from gyuho/fix

control: fix etcd keys total metrics name
This commit is contained in:
Gyu-Ho Lee 2016-11-15 16:40:07 -08:00 committed by GitHub
commit 6da8b8e525
1 changed files with 1 additions and 1 deletions

View File

@ -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
}