Plans to update for grafana 7? #27
Description
In this case the query is intentionally wrong, but if your query returns an error you can’t go back to editing without reloading your browser.
here is the console log:
runRequest.ts:133 runRequest.catchError Error executing SignalFlow program (ref: EvA9IC9AwAA): [File "", line 1, in
A = data('cpu.utilization', rollup='max').top(count=10).publish(label='A').garbage
AttributeError: has no attribute 'garbage']
(anonymous) @ runRequest.ts:133
2react-dom.production.min.js:196 TypeError: err.replace is not a function
at SignalFxQueryCtrl.onDataError (query_ctrl.js:17)
at s.emit (index.js:181)
at e.value (emitter.ts:29)
at QueryEditorRow.tsx:323
at t.value (QueryEditorRow.tsx:121)
at mc (react-dom.production.min.js:251)
at KqkS.t.unstable_runWithPriority (scheduler.production.min.js:18)
at Wo (react-dom.production.min.js:120)
at gc (react-dom.production.min.js:244)
at ic (react-dom.production.min.js:223)
onDataError(err) {
this.lastError = err.replace(/(?:\r\n|\r|\n)/g, '<br>');;
}
Grafana version: 7.3.7 & 7.4.2
Are there any plans to update this plugin?
Thanks