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
preguntada hace 2 años74 visualizaciones
No hay respuestas

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas