From 0ecbf7b288994e618ba8765f20efcf61cd01f6ae Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 12 Oct 2023 15:33:22 +0100 Subject: [PATCH] Look back two days for S2 daily statistics --- .../prometheus/templates/default/cloudwatch.yml.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cookbooks/prometheus/templates/default/cloudwatch.yml.erb b/cookbooks/prometheus/templates/default/cloudwatch.yml.erb index 08a7fe1ee..fc61acd9b 100644 --- a/cookbooks/prometheus/templates/default/cloudwatch.yml.erb +++ b/cookbooks/prometheus/templates/default/cloudwatch.yml.erb @@ -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 @@ -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 @@ -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 -- 2.39.5