Search code examples
grafanagrafana-alerts

How to configure alerting in Grafana to send an alert if there is no new data after e.g. 30 minutes?


Is it possible to configure Grafana to send an alert if there is no new data for a query for e.g. 30 minutes?


Solution

  • Add an alert as following:

    Rule Name: NoData, Evaluate every: 1m, For: 30m

    Condition When: last() of: query(A,10m,now) has no value