mirror of https://github.com/grafana/grafana.git
Adding eval_data to alerts query results
This commit is contained in:
parent
a1f0dffe01
commit
10aaf7b506
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue