mirror of
https://github.com/grafana/grafana.git
synced 2026-08-04 18:43:10 -05:00
Merge pull request #12624 from calebtote/patch-1
Adding eval_data to alerts query results
This commit is contained in:
@@ -73,6 +73,7 @@ func HandleAlertsQuery(query *m.GetAlertsQuery) error {
|
||||
alert.name,
|
||||
alert.state,
|
||||
alert.new_state_date,
|
||||
alert.eval_data,
|
||||
alert.eval_date,
|
||||
alert.execution_error,
|
||||
dashboard.uid as dashboard_uid,
|
||||
|
||||
Reference in New Issue
Block a user