Is there the way to delay the alert evaluation?

Hi there,
Thanks for the great product.

I have configure Grafana with Influxdb datasource and Telegraf collect data. In telegraf I have configure collection_jitter to delay the collect process for a random time. So the data might came late. This is problem.

In grafana, the alert evaluation process usually return No Data status because the data has come after the evaluation process finished.

Here is my configuration:

And the history:

I received notification at every time alert was evaluated. So I want to delay the alert evaluation to wait all metric data available. Is there any way to do this?

Thank you.

You can edit the evaluation rule to timerange to be 15m starting 5 minutes ago. ex
image

You can also set "If no data or all values are null" to Keep Last State