How to set the time of evaluation of a daily evaluated alert

Hello,

I have created a panel with a complicated and time-consuming request.
To not overload my PostgreSQL database with many request I want my alert to be evaluated every 12 hours for example.
The point is I would like it to be evaluated in the morning at 6 am. So when we come to work, we have fresh data and can know if the alert went off during the night.

Do you know if that’s possible and if my approach to the issue is correct ?

Regards,

Nicolas

1 Like

As I understood there is no possibility to customize evaluation time.
A possible way to solve your problem is to recreate your alert and start it exactly at 6 AM and set “Evaluate every” to “12h”. So it will be evaluated at 6 AM and at 6 PM every day.

I have created a discussion in github on this topic.

1 Like