Commit e74be588 by Mitsuhiro Tanda

don't require cloudwatch dimension

parent 253d0c83
...@@ -181,7 +181,7 @@ function (angular, _, kbn) { ...@@ -181,7 +181,7 @@ function (angular, _, kbn) {
var queries = []; var queries = [];
_.each(options.targets, _.bind(function(target) { _.each(options.targets, _.bind(function(target) {
if (!target.namespace || !target.metricName || _.isEmpty(target.dimensions) || _.isEmpty(target.statistics)) { if (!target.namespace || !target.metricName || _.isEmpty(target.statistics)) {
return; return;
} }
......
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