You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Big thanks already to your changes to make the 8.x alerts working.
I've tried to build an alert on 8.3.3 with the plugin version 2.4.1 having the following data:
The shown query with configuration will result in the following error message:
Failed to evaluate queries and expressions: failed to execute conditions: failed to query data: Failed to query data: rpc error: code = Unknown desc = unable to parse json {\"database\":\"<redacted>_production\",\"dateColDataType\":\"event_time\",\"dateLoading\":false,\"dateTimeColDataType\":\"event_time\",\"dateTimeType\":\"DATETIME\",\"datetimeLoading\":false,\"extrapolate\":true,\"format\":\"time_series\",\"formattedQuery\":\"SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t\",\"hide\":false,\"interval\":\"60\",\"intervalFactor\":1,\"intervalMs\":1000,\"maxDataPoints\":43200,\"query\":\"SELECT\\n $timeSeries as t,\\n count() as count_now\\nFROM $table\\n\\nWHERE event_time \\u003e $from AND event_time \\u003c $to\\n\\nGROUP BY t\\n\\nORDER BY t\\n\",\"rawQuery\":true,\"refId\":\"A\",\"round\":\"1m\",\"skip_comments\":true,\"table\":\"event_backend_pushnotification_send\",\"tableLoading\":false} into Query struct Error: json: cannot unmarshal string into Go struct field EvalQuery.interval of type int"
The EvalQuery.interval in question is "1m" in the request.
The request data is the following:
Hey there,
Big thanks already to your changes to make the 8.x alerts working.
I've tried to build an alert on 8.3.3 with the plugin version 2.4.1 having the following data:
The shown query with configuration will result in the following error message:
The EvalQuery.interval in question is "1m" in the request.
The request data is the following:
I tried it with the easiest example I could come up with, but its still failing.
Thanks in advance
The text was updated successfully, but these errors were encountered: