From 7d8519f5f0f1eba827651807153762f2b9f75e64 Mon Sep 17 00:00:00 2001 From: Mitsuhiro Tanda Date: Tue, 12 Jan 2016 18:15:29 +0900 Subject: [PATCH] add seoul region --- pkg/api/cloudwatch/metrics.go | 2 +- public/app/plugins/datasource/cloudwatch/partials/config.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/api/cloudwatch/metrics.go b/pkg/api/cloudwatch/metrics.go index e3255eccf7e..7f8b30bf312 100644 --- a/pkg/api/cloudwatch/metrics.go +++ b/pkg/api/cloudwatch/metrics.go @@ -91,7 +91,7 @@ func init() { // Please update the region list in public/app/plugins/datasource/cloudwatch/partials/config.html func handleGetRegions(req *cwRequest, c *middleware.Context) { regions := []string{ - "ap-northeast-1", "ap-southeast-1", "ap-southeast-2", "cn-north-1", + "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", } diff --git a/public/app/plugins/datasource/cloudwatch/partials/config.html b/public/app/plugins/datasource/cloudwatch/partials/config.html index 311ca0ae3dc..fbb641633ac 100644 --- a/public/app/plugins/datasource/cloudwatch/partials/config.html +++ b/public/app/plugins/datasource/cloudwatch/partials/config.html @@ -24,8 +24,7 @@ Please update the region list in pkg/api/cloudwatch/metric.go -->
  • - +