X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/39eecb953618c3ec9c1164468e3221f6c8e794b7..50aea11082eaa90bd37593b9c987d38a082f4e1b:/cookbooks/prometheus/templates/default/cloudwatch.yml.erb diff --git a/cookbooks/prometheus/templates/default/cloudwatch.yml.erb b/cookbooks/prometheus/templates/default/cloudwatch.yml.erb index 689134242..bab5559b1 100644 --- a/cookbooks/prometheus/templates/default/cloudwatch.yml.erb +++ b/cookbooks/prometheus/templates/default/cloudwatch.yml.erb @@ -207,3 +207,108 @@ discovery: metrics: - name: EstimatedCharges statistics: [Sum] +static: + - namespace: AWS/S3 + name: gps-images-replication + regions: + - eu-north-1 + roles: + - roleArn: "arn:aws:iam::173189593406:role/osm-cloudwatch-export-role" # osm-main + dimensions: + - name: RuleId + value: full-bucket-replication + - name: SourceBucket + value: openstreetmap-gps-images + - name: DestinationBucket + value: openstreetmap-gps-images-replicate + metrics: + - name: ReplicationLatency + statistics: [Maximum] + period: 300 + length: 300 + - name: BytesPendingReplication + statistics: [Maximum] + period: 300 + length: 300 + - name: OperationsPendingReplication + statistics: [Maximum] + period: 300 + length: 300 + - namespace: AWS/S3 + name: gps-traces-replication + regions: + - eu-north-1 + roles: + - roleArn: "arn:aws:iam::173189593406:role/osm-cloudwatch-export-role" # osm-main + dimensions: + - name: RuleId + value: full-bucket-replication + - name: SourceBucket + value: openstreetmap-gps-traces + - name: DestinationBucket + value: openstreetmap-gps-traces-replicate + metrics: + - name: ReplicationLatency + statistics: [Maximum] + period: 300 + length: 300 + - name: BytesPendingReplication + statistics: [Maximum] + period: 300 + length: 300 + - name: OperationsPendingReplication + statistics: [Maximum] + period: 300 + length: 300 + - namespace: AWS/S3 + name: user-avatars-replication + regions: + - eu-north-1 + roles: + - roleArn: "arn:aws:iam::173189593406:role/osm-cloudwatch-export-role" # osm-main + dimensions: + - name: RuleId + value: full-bucket-replication + - name: SourceBucket + value: openstreetmap-user-avatars + - name: DestinationBucket + value: openstreetmap-user-avatars-replicate + metrics: + - name: ReplicationLatency + statistics: [Maximum] + period: 300 + length: 300 + - name: BytesPendingReplication + statistics: [Maximum] + period: 300 + length: 300 + - name: OperationsPendingReplication + statistics: [Maximum] + period: 300 + length: 300 + - namespace: AWS/S3 + name: aws-cloudtrail-replication + regions: + - eu-north-1 + roles: + - roleArn: "arn:aws:iam::173189593406:role/osm-cloudwatch-export-role" # osm-main + dimensions: + - name: RuleId + value: full-bucket-replication + - name: SourceBucket + value: openstreetmap-aws-cloudtrail + - name: DestinationBucket + value: openstreetmap-aws-cloudtrail-replicate + metrics: + - name: ReplicationLatency + statistics: [Maximum] + period: 300 + length: 300 + - name: BytesPendingReplication + statistics: [Maximum] + period: 300 + length: 300 + - name: OperationsPendingReplication + statistics: [Maximum] + period: 300 + length: 300