Skip to content

Commit

Permalink
cloudwatch: add account name comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Oct 11, 2023
1 parent 8b89cd0 commit 3d7c0e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookbooks/prometheus/templates/default/cloudwatch.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ discovery:
- eu-west-1
- eu-west-2
roles:
- roleArn: "arn:aws:iam::173189593406:role/osm-cloudwatch-export-role"
- roleArn: "arn:aws:iam::173189593406:role/osm-cloudwatch-export-role" # osm-main
period: 300
length: 300
metrics:
Expand Down Expand Up @@ -58,7 +58,7 @@ discovery:
- eu-central-1
- us-west-2
roles:
- roleArn: "arn:aws:iam::630658470130:role/osm-cloudwatch-export-role"
- roleArn: "arn:aws:iam::630658470130:role/osm-cloudwatch-export-role" # osm-planet (pds)
period: 300
length: 300
metrics:
Expand Down Expand Up @@ -108,7 +108,7 @@ discovery:
regions:
- eu-north-1
roles:
- roleArn: "arn:aws:iam::674083635870:role/osm-cloudwatch-export-role"
- roleArn: "arn:aws:iam::674083635870:role/osm-cloudwatch-export-role" # osm-backup
period: 300
length: 300
metrics:
Expand Down

0 comments on commit 3d7c0e6

Please sign in to comment.