grafana/public/app/plugins/datasource/influxdb
2018-08-30 09:03:11 +02:00
..
img update influx logo 2017-02-13 18:19:14 -08:00
partials Merge pull request #11588 from mjtrangoni/fix-codespell-issues 2018-04-16 09:12:49 +02:00
specs tslint: changing vars -> const (#13034) 2018-08-26 18:43:07 +02:00
datasource.ts changed var to let in 50 files (#13075) 2018-08-30 09:03:11 +02:00
influx_query.ts changed var to let in 50 files (#13075) 2018-08-30 09:03:11 +02:00
influx_series.ts changed var to let in 50 files (#13075) 2018-08-30 09:03:11 +02:00
module.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00
plugin.json plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
query_builder.ts changed var to let in 50 files (#13075) 2018-08-30 09:03:11 +02:00
query_ctrl.ts changed var to let in 50 files (#13075) 2018-08-30 09:03:11 +02:00
query_help.md docs: elasticsearch and influxdb docs for group by time interval option (#11609) 2018-04-16 16:03:50 +02:00
query_part.ts changed var to let in 50 files (#13075) 2018-08-30 09:03:11 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
response_parser.ts changed var to const 2 (#13068) 2018-08-29 14:27:29 +02:00

InfluxDB Datasource - Native Plugin

Grafana ships with built in support for InfluxDB (> 0.9.x).

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

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/