Skip to content

Commit 2d722e2

Browse files
committed
fix(cloudwatch): fixed test datasource, broken due to some function name changes
1 parent 182e079 commit 2d722e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/plugins/datasource/cloudwatch/datasource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function (angular, _) {
223223
var metricName = 'EstimatedCharges';
224224
var dimensions = {};
225225

226-
return this.performSuggestDimensionValues(region, namespace, metricName, dimensions).then(function () {
226+
return this.getDimensionValues(region, namespace, metricName, dimensions).then(function () {
227227
return { status: 'success', message: 'Data source is working', title: 'Success' };
228228
});
229229
};

0 commit comments

Comments
 (0)