From 9e1eab3d705966bb49a820bcd813f6111865bef7 Mon Sep 17 00:00:00 2001 From: Gelldur Date: Tue, 29 Aug 2023 16:41:57 +0400 Subject: [PATCH] CloudWatch: Add missing region Middle East (UAE) me-central-1 (#73560) Add missing region Middle East (UAE) me-central-1 --- pkg/tsdb/cloudwatch/constants/metrics.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/tsdb/cloudwatch/constants/metrics.go b/pkg/tsdb/cloudwatch/constants/metrics.go index d1931d76779..425022278bc 100644 --- a/pkg/tsdb/cloudwatch/constants/metrics.go +++ b/pkg/tsdb/cloudwatch/constants/metrics.go @@ -550,6 +550,7 @@ func Regions() RegionsSet { "eu-west-1": {}, "eu-west-2": {}, "eu-west-3": {}, + "me-central-1": {}, "me-south-1": {}, "sa-east-1": {}, "us-east-1": {},