Skip to content

yves-bourgeois/influxdb-flux-datasource

 
 

Repository files navigation

InfluxDB (Flux) Datasource [BETA]

CircleCI dependencies Status devDependencies Status

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

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

Read more about Flux here:

https://github.com/influxdata/platform/tree/master/query

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

  • Alerting integration
  • Explore UI integration

About

Grafana datasource plugin for Flux (InfluxDB)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.9%
  • HTML 2.9%
  • CSS 2.8%
  • JavaScript 2.4%