Hi, I’m having this problem with the grafana alert: when creating the alert, it gives me No Data, while same query works just fine for creating the panel chart.
Our backend server is able to receive the alert query, and to send the data back to grafana. Then I’ve hit this odd issue, we found empty data field in network response, the api/v1/eval seems not receive the result data successfully. have anyone met this issue? Thanks!
for my situation, somehow Grafana Alert don’t recognize the timestamp format of our data (even things work well in the dashboard view).
I would suggest try to get the response from Grafana Dashboard, and compare the response timestamp format with your stats, if necessary alter it accordingly. We struggled a while for this problem, hope it helps.