feat(cloudwatch): restored dimension keys lookup

This commit is contained in:
Torkel Ödegaard
2015-10-02 20:25:28 +02:00
parent 0912cec0e5
commit 3d52095765
5 changed files with 108 additions and 69 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ func init() {
"DescribeInstances": handleDescribeInstances,
"__GetRegions": handleGetRegions,
"__GetNamespaces": handleGetNamespaces,
"__GetMetrics": handleGetMetrics,
"__GetMetrics": handleGetMetrics,
"__GetDimensions": handleGetDimensions,
}
}