grafana/public/app/plugins/datasource/influxdb
Ryan McKinley 3f15170914 Refactor: move some files to @grafana/data (#17952)
* moving to data WIP

* more refactoring

* add missing test

* mock full path

* remove sinon from grafana-ui
2019-07-06 08:05:53 +02:00
..
components noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
img update influx logo 2017-02-13 18:19:14 -08:00
partials Datasources: add support for POST HTTP verb for InfluxDB (#16690) 2019-05-02 15:30:37 +02:00
specs noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
datasource.ts Refactor: move some files to @grafana/data (#17952) 2019-07-06 08:05:53 +02:00
influx_query_model.ts noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
influx_series.ts Refactor: move some files to @grafana/data (#17952) 2019-07-06 08:05:53 +02:00
module.ts Influx: Adds start page for logs in Explore (#17521) 2019-06-12 14:01:48 +01:00
plugin.json Explore: Adds LogQueryField for InfluxDb (#17450) 2019-06-10 14:39:53 +02:00
query_builder.ts noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
query_ctrl.ts noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +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 noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
response_parser.ts noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
types.ts Refactor: move some files to @grafana/data (#17952) 2019-07-06 08:05:53 +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/