Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin doesn't work normally after grafana upgrading to version 9 #143

Open
PolinaVens opened this issue Feb 13, 2023 · 4 comments
Open

Comments

@PolinaVens
Copy link

Grafana version: 9.2.3

Plugin version: 1.2.1

Error:
Popup says:
Error updating options: Couldn't find a query runner that matches supplied arguments.

JS Console log:

Error: Couldn't find a query runner that matches supplied arguments.
    getRunnerForDatasource queryRunners.ts:62
    onNewRequest VariableQueryRunner.ts:115
    RxJS 6
    queueRequest VariableQueryRunner.ts:76
    jm actions.ts:50
    jm actions.ts:44
actions.ts:893:16
@jtheory
Copy link

jtheory commented Feb 22, 2023

If it helps -- the core Grafana code base does include a datasource plugin for a Prometheus-compatible Alertmanager; it's built-in now.
Just search for "Alertmanager" in data sources.

code: https://github.com/grafana/grafana/tree/main/public/app/plugins/datasource/alertmanager

See if that works for you. 🤞

@rsauron
Copy link

rsauron commented Mar 20, 2023

The newer grafana 9.x branch does have a built in datasource for Alertmanager. but it does not let you query it or build dashboards from it. 'Data source plugin does not export any Query Editor component'
The datasource can be used for a "Alert list" panel is the only use case i can find. Maybe someone knows better?

@antoinedeschenes
Copy link

Indeed, the Grafana 9.x datasource doesn't allow usage from dashboards. Alert list might work if the Alerts section is enabled, but we have no interest in managing our alerts through Grafana, so we keep it disabled.

@hbollon
Copy link
Member

hbollon commented Nov 8, 2023

Hello, can you give a try to the new v2.0.0 release and see if you're always experiencing this issue please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants