support GetMetricData

This commit is contained in:
Mitsuhiro Tanda
2018-04-16 16:50:13 +09:00
parent 077cf9a343
commit 40ed235b3b
6 changed files with 246 additions and 49 deletions

View File

@@ -27,6 +27,9 @@ export class CloudWatchQueryParameterCtrl {
target.dimensions = target.dimensions || {};
target.period = target.period || '';
target.region = target.region || 'default';
target.id = target.id || '';
target.expression = target.expression || '';
target.returnData = target.returnData || false;
target.highResolution = target.highResolution || false;
$scope.regionSegment = uiSegmentSrv.getSegmentForValue($scope.target.region, 'select region');