grafana/public/app/plugins/datasource/influxdb
Darrian b8572b69f0 Register new queries available in InfluxDB - Holt Winters fixes #5619
For correct data fill on holt winters predictions, the time function
needed modification to allow a 2nd param for offset, as per
https://docs.influxdata.com/influxdb/v1.0/query_language/data_exploratio
n/#advanced-group-by-time-syntax
2016-12-21 22:30:32 +00:00
..
img ux(): initial pass at new card / list design, #4364 2016-03-15 09:15:24 +01:00
partials feat(influxdb): cleanup influxdb query editor options 2016-11-09 10:30:03 +01:00
specs fix(influxdb): removes quotes for field key queries 2016-12-16 17:09:17 +01:00
datasource.ts change(influxdb): always specify absolute time range in milliseconds, refactoring #6571 2016-12-06 08:56:01 +01:00
influx_query.ts feat(adhoc): adhoc filters progress 2016-09-20 16:29:48 +02:00
influx_series.d.ts tech(systemjs): almost all tests are passing 2015-12-21 16:00:58 +01:00
influx_series.js fix(influxdb): fixes bug with empty tagColumn for annotations 2016-12-15 10:54:22 +01:00
module.ts tech(influxdb): convert datasource to TS class 2016-03-23 14:45:24 +01:00
plugin.json feat(tsdb): add draft implementation for influxdb 2016-10-04 16:25:33 +02:00
query_builder.d.ts tech(systemjs): almost all tests are passing 2015-12-21 16:00:58 +01:00
query_builder.js fix(influxdb): removes quotes for field key queries 2016-12-16 17:09:17 +01:00
query_ctrl.ts fix(influxdb) autocomplete measurement while typing, fixes #4278 (#5931) 2016-09-15 16:11:38 +02:00
query_part.ts Register new queries available in InfluxDB - Holt Winters fixes #5619 2016-12-21 22:30:32 +00:00
README.md fix broken link to grafana.net, standardize on https://grafana.net for links 2016-04-22 12:13:39 -04:00
response_parser.ts style(influxdb): improve naming 2016-04-18 18:52:09 +02:00

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/