Cloudwatch metric gauge on weekly base

0

Within CloudWatch dashboard, I have a gauge metric which shows the sum of a custom metric (custom metric represents the number of log entries over time). The number of log entries is very consistent per day (lets assume 8).

I'd like to only include/show data since the last Friday. So on a friday, gauge should drop to 0. When I configure to show the last 7 days, it shows every day nearly the same number (8 * 7 = 56).

Expected example:

Day of weekexpected gauge number
Friday (0:00)0
Friday (23:59)8
Saturday16
Sunday24
Monday32
Tuesday40
Wednesday48
Thursday56
Friday (0:00)0
Friday (23:59)8
Saturday16
......

I tried with MATH "if", but there is no NOW() function. Does someone have an idea how to achieve this?

Max
已提問 2 年前檢視次數 74 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南