Closed vguhesan closed 8 years ago
@vguhesan Check out the 3.0 branch. I also have this problem when using the master branch.
Cheers, Tan
@tanpinsiang thanks, it works for me.
still getting this with latest beta?
yes, I got the plugin from grafana-cli plugins list-remote and it didn't work, I had to git clone this repo and change branch to 3.0 like @tanpinsiang said !
I believe that this got resolved with https://github.com/grafana/kairosdb-datasource/commit/73199379e1c32587d432ebece8df37262790e486
Version: Grafana [grafana-3.0.0-pre1.x86_64.rpm](taken from build on Wed, March 23rd, 2016) System: CentOS7 Browser: FireFox
When I go to the "query" editor and I choose "KairosDB" as the datasource. The query editor does not render. Upon investigation using FireBug > Network, I can see a 404 on a call to this URL: http://myserver:3000/public/plugins/kairosdb/partials/query.editor.html?v=1458831580182
Here is a URL for a similar html resource that works: http://myserver:3000/public/app/plugins/datasource/kairosdb-datasource/partials/query.options.html?v=1458831580140
Let me know if you need additional information.
Thanks