David Kaltschmidt ab76864e61 hot-fix ifql testdatasource() 7 vuotta sitten
..
img 08ee1da6b1 InfluxDB IFQL datasource 7 vuotta sitten
partials cdba2bd184 Annotations support for ifql datasource 7 vuotta sitten
specs cdba2bd184 Annotations support for ifql datasource 7 vuotta sitten
README.md cdba2bd184 Annotations support for ifql datasource 7 vuotta sitten
datasource.ts ab76864e61 hot-fix ifql testdatasource() 7 vuotta sitten
metric_find_query.ts 2c86484e54 Template variable support for ifql datasource 7 vuotta sitten
module.ts 1d587450b3 IFQL range variable expansion 7 vuotta sitten
plugin.json cdba2bd184 Annotations support for ifql datasource 7 vuotta sitten
query_ctrl.ts d7379912c1 Query helpers for IFQL datasource 7 vuotta sitten
response_parser.ts cdba2bd184 Annotations support for ifql datasource 7 vuotta sitten

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/

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