From: Grant Slater Date: Thu, 12 Oct 2023 03:09:43 +0000 (+0100) Subject: cloudwatch: Own job for Replication Metrics X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6c92319de16d70a02efabb29a4ea2d84e83b8acc cloudwatch: Own job for Replication Metrics --- diff --git a/cookbooks/prometheus/templates/default/cloudwatch.yml.erb b/cookbooks/prometheus/templates/default/cloudwatch.yml.erb index 0dfef8665..14550314d 100644 --- a/cookbooks/prometheus/templates/default/cloudwatch.yml.erb +++ b/cookbooks/prometheus/templates/default/cloudwatch.yml.erb @@ -6,7 +6,6 @@ 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 @@ -46,14 +45,22 @@ discovery: statistics: [Minimum, Maximum, Average] - name: TotalRequestLatency statistics: [Minimum, Maximum, Average] + - name: OperationsFailedReplication + statistics: [Sum] + - type: AWS/S3 + regions: + - eu-north-1 + roles: + - roleArn: "arn:aws:iam::173189593406:role/osm-cloudwatch-export-role" # osm-main + period: 300 + length: 300 + metrics: - name: ReplicationLatency statistics: [Maximum] - name: BytesPendingReplication statistics: [Maximum] - name: OperationsPendingReplication statistics: [Maximum] - - name: OperationsFailedReplication - statistics: [Sum] - type: AWS/S3 regions: - eu-central-1 @@ -147,14 +154,6 @@ discovery: statistics: [Minimum, Maximum, Average] - name: TotalRequestLatency statistics: [Minimum, Maximum, Average] - - name: ReplicationLatency - statistics: [Maximum] - - name: BytesPendingReplication - statistics: [Maximum] - - name: OperationsPendingReplication - statistics: [Maximum] - - name: OperationsFailedReplication - statistics: [Sum] - type: AWS/EC2 regions: - us-east-2