grafana/public/app/plugins/datasource/influxdb
2017-09-26 11:24:58 +02:00
..
img
partials influxdb: small css fix for order by in query editor 2017-09-12 09:24:54 +02:00
specs tech: removing unused variables from typescript files, and making tslint rules more strict 2017-09-21 16:40:18 +02:00
datasource.ts tech: removing unused variables from typescript files, and making tslint rules more strict 2017-09-21 16:40:18 +02:00
influx_query.ts
influx_series.d.ts
influx_series.js
module.ts
plugin.json
query_builder.d.ts
query_builder.js
query_ctrl.ts typescript: stricter typescript option 2017-09-26 11:24:58 +02:00
query_help.md
query_part.ts tech: removing unused variables from typescript files, and making tslint rules more strict 2017-09-21 16:40:18 +02:00
README.md
response_parser.ts

InfluxDB Datasource - Native Plugin

Grafana ships with built in support for InfluxDB 0.9.

There are currently two separate datasources for InfluxDB in Grafana: InfluxDB 0.8.x and InfluxDB 0.9.x. The API and capabilities of InfluxDB 0.9.x are completely different from InfluxDB 0.8.x which is why Grafana handles them as different data sources.

This is the plugin for InfluxDB 0.9. It is rapidly evolving and we continue to track its API.

InfluxDB 0.8 is no longer maintained by InfluxDB Inc, but we provide support as a convenience to existing users. You can find it here.

Read more about InfluxDB here:

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