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

meta queries javascript recursion crashes grafana browser tab #131

Open
Dutchy- opened this issue May 4, 2021 · 1 comment
Open

meta queries javascript recursion crashes grafana browser tab #131

Dutchy- opened this issue May 4, 2021 · 1 comment

Comments

@Dutchy-
Copy link

Dutchy- commented May 4, 2021

When we create a new panel (on a new dashboard), the grafana browser tab completely hangs.
It's hard to debug because of this, but we can see this in the console:

image

It's output from grafana-meta-queries, and it very much seems like a recursion problem.

Deleting the data source fixed the problem. Re-adding it breaks it again.

This was the data source definition

  - name: MetaQueries
    type: goshposh-metaqueries-datasource
    isDefault: true
    version: 2
    editable: false

Changing it to not be default also fixes the problem! It may have something to do with being first in the data source list.

Grafana version: 7.5.4 (same problem on 7.5.x)
meta queries version:

installing goshposh-metaqueries-datasource @ 0.0.5
from: https://grafana.com/api/plugins/goshposh-metaqueries-datasource/versions/0.0.5/download
into: /var/lib/grafana/plugins
@Gauravshah
Copy link
Member

confirming able to reproduce the bug

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

No branches or pull requests

2 participants