David Kaltschmidt 1d587450b3 IFQL range variable expansion 7 anni fa
..
img 08ee1da6b1 InfluxDB IFQL datasource 7 anni fa
partials 08ee1da6b1 InfluxDB IFQL datasource 7 anni fa
specs 1d587450b3 IFQL range variable expansion 7 anni fa
README.md 08ee1da6b1 InfluxDB IFQL datasource 7 anni fa
datasource.ts 1d587450b3 IFQL range variable expansion 7 anni fa
module.ts 1d587450b3 IFQL range variable expansion 7 anni fa
plugin.json 08ee1da6b1 InfluxDB IFQL datasource 7 anni fa
query_ctrl.ts 1d587450b3 IFQL range variable expansion 7 anni fa
response_parser.ts 08ee1da6b1 InfluxDB IFQL datasource 7 anni fa

README.md

InfluxDB (IFQL) Datasource [BETA] - Native Plugin

Grafana ships with built in support for InfluxDB (>= 1.4.1).

Use this datasource if you want to use IFQL to query your InfluxDB. Feel free to run this datasource side-by-side with the non-IFQL datasource. If you point both datasources to the same InfluxDB instance, you can switch query mode by switching the datasources.

Read more about IFQL here:

https://github.com/influxdata/ifql

Read more about InfluxDB here:

http://docs.grafana.org/datasources/influxdb/

Roadmap

  • Sync Grafana time ranges with range()
  • Template variable expansion
  • Syntax highlighting
  • Tab completion (functions, values)
  • Result helpers (result counts, table previews)
  • Annotations support
  • Alerting integration
  • Explore UI integration