Files
grafana/public/app/plugins/datasource/influxdb-ifql/README.md
2018-06-06 16:11:40 +02:00

1.1 KiB

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/

Supported Template Variable Macros:

  • List all measurements for a given database: measurements(database)
  • List all tags for a given database and measurement: tags(database, measurement)
  • List all tag values for a given database, measurement, and tag: tag_valuess(database, measurement, tag)
  • List all field keys for a given database and measurement: field_keys(database, measurement)

Roadmap

  • Syntax highlighting
  • Tab completion (functions, values)
  • Alerting integration
  • Explore UI integration