From: Tom Hughes Date: Tue, 10 Oct 2023 23:56:15 +0000 (+0100) Subject: Increase period for daily S3 metrics X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/be1740f62e0ee94c7a4b238b9d5c11cf9858aca9 Increase period for daily S3 metrics --- diff --git a/cookbooks/prometheus/templates/default/cloudwatch.yml.erb b/cookbooks/prometheus/templates/default/cloudwatch.yml.erb index 73659af7c..43eb9e3ae 100644 --- a/cookbooks/prometheus/templates/default/cloudwatch.yml.erb +++ b/cookbooks/prometheus/templates/default/cloudwatch.yml.erb @@ -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