Skip to content

Commit 144c703

Browse files
committed
Merge pull request grafana#3703 from mtanda/cloudwatch_seoul
(cloudwatch) add seoul region
2 parents ae6cae0 + 7d8519f commit 144c703

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pkg/api/cloudwatch/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func init() {
9191
// Please update the region list in public/app/plugins/datasource/cloudwatch/partials/config.html
9292
func handleGetRegions(req *cwRequest, c *middleware.Context) {
9393
regions := []string{
94-
"ap-northeast-1", "ap-southeast-1", "ap-southeast-2", "cn-north-1",
94+
"ap-northeast-1", "ap-northeast-2", "ap-southeast-1", "ap-southeast-2", "cn-north-1",
9595
"eu-central-1", "eu-west-1", "sa-east-1", "us-east-1", "us-west-1", "us-west-2",
9696
}
9797

public/app/plugins/datasource/cloudwatch/partials/config.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ <h5>CloudWatch details</h5>
2424
Please update the region list in pkg/api/cloudwatch/metric.go
2525
-->
2626
<li>
27-
<select class="tight-form-input input-large last" ng-model="current.jsonData.defaultRegion" ng-options="region for region in ['us-east-1', 'us-west-2', 'us-west-1', 'eu-west-1',
28-
'eu-central-1', 'ap-southeast-1' ,'ap-southeast-2' ,'ap-northeast-1' ,'sa-east-1' ,'cn-north-1']"></select>
27+
<select class="tight-form-input input-large last" ng-model="current.jsonData.defaultRegion" ng-options="region for region in ['ap-northeast-1', 'ap-northeast-2', 'ap-southeast-1', 'ap-southeast-2', 'cn-north-1', 'eu-central-1', 'eu-west-1', 'sa-east-1', 'us-east-1', 'us-west-1', 'us-west-2']"></select>
2928
</li>
3029
</ul>
3130
<div class="clearfix"></div>

0 commit comments

Comments
 (0)