grafana / influxdb-flux-datasource

Grafana datasource plugin for Flux (InfluxDB)
Apache License 2.0
51 stars 21 forks source link

Plugin cannot be loaded in Grafana 6.4.1 #48

Closed aemaem closed 4 years ago

aemaem commented 4 years ago

Hi, when adding a new datasource, I get the following error message on the Grafana UI:

Error: Unexpected token '<' Evaluating http://localhost/public/slate-react Loading plugins/grafana-influxdb-flux-datasource/module

Grafana Version 6.4.1

briangann commented 4 years ago

the change to slate in Grafana v6.4 has broken compatibility with this plugin.

andig commented 4 years ago

Problem confirmed. Influx datasource is broken on Grafana 6.4.

lephisto commented 4 years ago

So sad, already using Flux in Production.

briangann commented 4 years ago

this will be released 10/11, in the last phase of testing

briangann commented 4 years ago

v5.4.0 is out

teodoryantcheff commented 4 years ago

Same behavior on 6.4.2.

Error: Unexpected token '<' Evaluating https://xxxxxx/public/slate-react Loading plugins/grafana-influxdb-flux-datasource/module

lephisto commented 4 years ago

@teodoryantcheff Did you update Plugins as well? flux datasource works for me @6.4.2 with updates plugins:

grafana-cli plugins update-all

teodoryantcheff commented 4 years ago

@lephisto plugins update all did resolve it. Thanks !

aniketdey commented 3 years ago

I am trying to add a AppDynamics data source forked from original plugin. The url is https://github.com/oberschlauberger/appdynamics-grafana-datasource . I am using Grafana v7.3.5 and getting same error while adding the data source. Please suggest way to rectify this.

errorgrafana