grafana/public/app/plugins/datasource/influxdb
Tobias Skarhed fef31acbf2
ButtonCascader: Fix error in Explore (#21585)
* Add children and remove nullified icon

* Revert data format with children

* Update test

* Revert styles

* Update types
2020-01-17 18:07:40 +01:00
..
components ButtonCascader: Fix error in Explore (#21585) 2020-01-17 18:07:40 +01:00
img update influx logo 2017-02-13 18:19:14 -08:00
partials InfluxDB: convert config editor to react (#20282) 2019-11-18 09:39:58 +01:00
specs Chore/Tech debt: Remove (most) instances of $q angular service use (#20668) 2019-12-05 09:04:03 +00:00
datasource.ts Chore/Tech debt: Remove (most) instances of $q angular service use (#20668) 2019-12-05 09:04:03 +00:00
influx_query_model.ts Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00
influx_series.ts Refactor: move some files to @grafana/data (#17952) 2019-07-06 08:05:53 +02:00
module.ts InfluxDB: convert config editor to react (#20282) 2019-11-18 09:39:58 +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 Chore/Tech debt: Remove (most) instances of $q angular service use (#20668) 2019-12-05 09:04:03 +00: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 Docs: Minor edits to the README and several md files (#19238) 2019-09-20 00:04:56 +02:00
response_parser.ts noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
types.ts InfluxDB: convert config editor to react (#20282) 2019-11-18 09:39:58 +01:00

InfluxDB Data Source - Native Plugin

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

There are currently two separate data sources 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/