Commit 8ff055b1 by Daniel Lee Committed by GitHub

Merge pull request #12624 from calebtote/patch-1

Adding eval_data to alerts query results
parents a1f0dffe 10aaf7b5
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment