This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
Unexpected Message Error in email alert notifications #329
Labels
duplicate
This issue or pull request already exists
Bug Report
Get error in email alert notifications:
tsdb.HandleRequest() response error &{json: cannot unmarshal object into Go struct field queryModel.group of type string json: cannot unmarshal object into Go struct field queryModel.group of type string A [] [] 0xc000eaf6b0}
Expected Behavior
Get the abnormal metric name and its value
Actual Behavior
Get the Error message
tsdb.HandleRequest() response error &{json: cannot unmarshal object into Go struct field queryModel.group of type string json: cannot unmarshal object into Go struct field queryModel.group of type string A <nil> [] [] 0xc000eaf6b0}
instead of the metric name and its valueSteps to Reproduce the Problem
1.create a new dashboard
2.create a panel with BigQuery plugin
3.create a BigQuery query
4.create an email channel and alert to that channel
5.check the email alert notification
Specifications
The text was updated successfully, but these errors were encountered: