don't require cloudwatch dimension

This commit is contained in:
Mitsuhiro Tanda
2015-08-24 11:38:52 +09:00
parent 253d0c834c
commit e74be5887c

View File

@@ -181,7 +181,7 @@ function (angular, _, kbn) {
var queries = [];
_.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;
}