Commit 1b86c0f1 authored by 胡凯旋's avatar 胡凯旋

list

parent 052b1da3
......@@ -23,7 +23,7 @@ class RDSCollector(object):
'MemoryUsage': 'rds_memory_usage_radio',
}
metrics_from_aliyun = {}
all_rds_id = rds_instances.keys()
all_rds_id = list(rds_instances.keys())
# get metrics from aliyun
for label in queryname_metricname.keys():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment