]> git.openstreetmap.org Git - chef.git/commitdiff
Increase period for daily S3 metrics
authorTom Hughes <tom@compton.nu>
Tue, 10 Oct 2023 23:56:15 +0000 (00:56 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 10 Oct 2023 23:56:15 +0000 (00:56 +0100)
cookbooks/prometheus/templates/default/cloudwatch.yml.erb

index 73659af7c7acd11c8f6f1cf2e463b989f48ecc5b..43eb9e3ae682fa4209f84158113a822993bd6547 100644 (file)
@@ -12,8 +12,12 @@ discovery:
       metrics:
         - name: BucketSizeBytes
           statistics: [Average]
+          period: 86400
+          length: 86400
         - name: NumberOfObjects
           statistics: [Average]
+          period: 86400
+          length: 86400
         - name: AllRequests
           statistics: [Sum]
         - name: GetRequests