From 7e0c2e2982f696e3d1e57c6ec4889fe1e6038446 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 12 Oct 2023 03:50:22 +0100 Subject: [PATCH] cloudwatch: add eu-north-1 for osm-main to collect replication metrics --- cookbooks/prometheus/templates/default/cloudwatch.yml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/prometheus/templates/default/cloudwatch.yml.erb b/cookbooks/prometheus/templates/default/cloudwatch.yml.erb index 08a7fe1ee..0dfef8665 100644 --- a/cookbooks/prometheus/templates/default/cloudwatch.yml.erb +++ b/cookbooks/prometheus/templates/default/cloudwatch.yml.erb @@ -6,6 +6,7 @@ discovery: regions: - eu-west-1 - eu-west-2 + - eu-north-1 roles: - roleArn: "arn:aws:iam::173189593406:role/osm-cloudwatch-export-role" # osm-main period: 300 -- 2.43.2