Commit ecb1552c by Torkel Ödegaard

Merge pull request #3172 from utkarshcmu/aws-bug

Test specified AWS Region and not hardcoded us-east-1
parents f65fde8b 9f066d01
......@@ -216,7 +216,7 @@ function (angular, _) {
CloudWatchDatasource.prototype.testDatasource = function() {
/* use billing metrics for test */
var region = 'us-east-1';
var region = this.defaultRegion;
var namespace = 'AWS/Billing';
var metricName = 'EstimatedCharges';
var dimensions = {};
......
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