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
asked 2 years ago73 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions