Skip to content

Commit

Permalink
Fix query interval for billing metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Oct 11, 2023
1 parent 108fca1 commit 15b0b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/prometheus/templates/default/cloudwatch.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ discovery:
- roleArn: "arn:aws:iam::674083635870:role/osm-cloudwatch-export-role" # osm-backup
- roleArn: "arn:aws:iam::683740446523:role/osm-cloudwatch-export-role" # osm-render
# Note osm-planet is billed direct to AWS Open Data Program
period: 300
length: 300
period: 21600
length: 21600
metrics:
- name: EstimatedCharges
statistics: [Sum]

0 comments on commit 15b0b85

Please sign in to comment.