grafana / influxdb-08-datasource

Data source plugin for InfluxDB 0.8.x
Apache License 2.0
6 stars 11 forks source link

loading the query editor for influxdb 0.8 doesn't work #4

Closed azylman closed 8 years ago

azylman commented 8 years ago

The plugin is named grafana-influxdb-08-datasource and it's installed into plugins/grafana-influxdb-08-datasource. However, there's a hardcoded reference in query_ctrl.js that assumes the plugin name is influxdb_08, which isn't correct. This causes grafana to request /public/plugins/influxdb_08/partials/query.editor.html, which 404s.

pasancario commented 8 years ago

Hi @azylman ,

I've modified what you commented and it work fine right now to get series and at least is functional. But, I cannot use any aggregation function in column names. Did you solve it too?

image

Also, there is no Raw Query capability in this plugin version.

azylman commented 8 years ago

@pasancario I'm not seeing any problem with raw queries, and we use raw queries for most of our aggregations. Sorry!

bergquist commented 8 years ago

merged and added in 1.0.1 https://grafana.net/plugins/grafana-influxdb-08-datasource