Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Plans to update for grafana 7? #27

Open
@clheikes

Description

@clheikes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions