Commit 9f066d01 by utkarshcmu

Check specified AWS Region and not us-east-1

parent 56e20822
......@@ -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