control: fix etcd keys total metrics name

This commit is contained in:
Gyu-Ho Lee 2016-11-15 16:39:32 -08:00
parent a736a6185c
commit c00cfb4a4a
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ func getTotalKeysEtcdv3(endpoints []string) map[string]int64 {
fv = v fv = v
} }
} }
if ts[0] == "etcd_storage_keys_total" { if ts[0] == "etcd_debugging_mvcc_keys_total" {
rs[ep] = int64(fv) rs[ep] = int64(fv)
break break
} }