Commit 052b1da3 authored by 胡凯旋's avatar 胡凯旋

add memoryusage

parent 7de67c5e
......@@ -20,6 +20,7 @@ class RDSCollector(object):
queryname_metricname = {
'CpuUsage': 'rds_cpu_usage_ratio',
'DiskUsage': 'rds_disk_usage_ratio',
'MemoryUsage': 'rds_memory_usage_radio',
}
metrics_from_aliyun = {}
all_rds_id = rds_instances.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