From 60922e5f7736e54b40a1958074fafb201d759731 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Mon, 25 Sep 2023 23:13:46 +0200 Subject: [PATCH] Cloudwatch: Add missing AWS regions (#75392) --- pkg/tsdb/cloudwatch/constants/metrics.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/tsdb/cloudwatch/constants/metrics.go b/pkg/tsdb/cloudwatch/constants/metrics.go index 6dcd4bf05d3..7f748eef998 100644 --- a/pkg/tsdb/cloudwatch/constants/metrics.go +++ b/pkg/tsdb/cloudwatch/constants/metrics.go @@ -538,18 +538,23 @@ func Regions() RegionsSet { "ap-northeast-2": {}, "ap-northeast-3": {}, "ap-south-1": {}, + "ap-south-2": {}, "ap-southeast-1": {}, "ap-southeast-2": {}, "ap-southeast-3": {}, + "ap-southeast-4": {}, "ca-central-1": {}, "cn-north-1": {}, "cn-northwest-1": {}, "eu-central-1": {}, + "eu-central-2": {}, "eu-north-1": {}, "eu-south-1": {}, + "eu-south-2": {}, "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "il-central-1": {}, "me-central-1": {}, "me-south-1": {}, "sa-east-1": {},