Merge pull request #12624 from calebtote/patch-1

Adding eval_data to alerts query results
This commit is contained in:
Daniel Lee 2018-07-17 10:23:08 +02:00 committed by GitHub
commit 8ff055b1d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,