mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Datasource Print the received error (#9043)
This commit is contained in:
parent
020aae1427
commit
3222677493
@ -104,7 +104,7 @@ func (c *QueryCondition) executeQuery(context *alerting.EvalContext, timeRange *
|
||||
}
|
||||
|
||||
if err := bus.Dispatch(getDsInfo); err != nil {
|
||||
return nil, fmt.Errorf("Could not find datasource")
|
||||
return nil, fmt.Errorf("Could not find datasource %v", err)
|
||||
}
|
||||
|
||||
req := c.getRequestForAlertRule(getDsInfo.Result, timeRange)
|
||||
|
Loading…
Reference in New Issue
Block a user