grafana/public/app/plugins/datasource/influxdb
2018-07-23 14:28:17 +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 Add jest file 2018-07-23 14:28:17 +02:00
datasource.ts Merge pull request #11588 from mjtrangoni/fix-codespell-issues 2018-04-16 09:12:49 +02:00
influx_query.ts public: fix codespell issues 2018-04-13 20:31:29 +02:00
influx_series.ts influxdb: Check before assuming first column to be 'time' 2018-04-05 20:53:22 +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 prettier: ran on all files again, sorry. now settings are defined in package.json 2017-12-21 08:39:31 +01:00
query_ctrl.ts fix: InfluxDB Query Editor and selecting template variable in where clause caused issue, fixes #10402, fixes #10663 2018-01-29 17:04:29 +01: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 Support InfluxDB count distinct aggregation (#11658) 2018-05-30 09:22:16 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
response_parser.ts Fix ResponseParser for InfluxDB to return only string values 2018-05-21 16:38:58 +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/