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
gefragt vor 2 Jahren74 Aufrufe
Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen