Skip to content

Commit

Permalink
Look back two days for S2 daily statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Oct 12, 2023
1 parent 68a4578 commit 0ecbf7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cookbooks/prometheus/templates/default/cloudwatch.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ discovery:
- name: BucketSizeBytes
statistics: [Average]
period: 86400
length: 86400
length: 172800
- name: NumberOfObjects
statistics: [Average]
period: 86400
length: 86400
length: 172800
- name: AllRequests
statistics: [Sum]
- name: GetRequests
Expand Down Expand Up @@ -65,11 +65,11 @@ discovery:
- name: BucketSizeBytes
statistics: [Average]
period: 86400
length: 86400
length: 172800
- name: NumberOfObjects
statistics: [Average]
period: 86400
length: 86400
length: 172800
- name: AllRequests
statistics: [Sum]
- name: GetRequests
Expand Down Expand Up @@ -115,11 +115,11 @@ discovery:
- name: BucketSizeBytes
statistics: [Average]
period: 86400
length: 86400
length: 172800
- name: NumberOfObjects
statistics: [Average]
period: 86400
length: 86400
length: 172800
- name: AllRequests
statistics: [Sum]
- name: GetRequests
Expand Down

0 comments on commit 0ecbf7b

Please sign in to comment.