grafana/public/app/plugins/datasource/influxdb
Torkel Ödegaard fd44c01675
Chore: Fix typescript strict null fixes now at 298 (#26125)
* Chore: Fix typescript strict null errors

* Added new limit

* Fixed ts issue

* fixed tests

* trying to fix type inference

* Fixing more ts errors

* Revert tsconfig option

* Fix

* Fixed code

* More fixes

* fix tests

* Updated snapshot

* Chore: More ts strict null fixes

* More fixes in some really messed up azure config components

* More fixes, current count: 441

* 419

* More fixes

* Fixed invalid initial state in explore

* Fixing tests

* Fixed tests

* Explore fix

* More fixes

* Progress

* Sub 300

* Fixed incorrect type

* removed unused import
2020-07-08 11:05:20 +02:00
..
components Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
img update influx logo 2017-02-13 18:19:14 -08:00
partials InfluxDB: flux query editor cleanup (#25753) 2020-06-22 16:36:58 -07:00
specs InfluxDB: Fixed new group by dropdown now showing (#26031) 2020-07-03 14:58:29 +02:00
datasource.mock.ts Influxdb: Fix cascader when doing log query in explore (#21787) 2020-01-28 18:12:15 +01:00
datasource.ts Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
influx_query_model.ts Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
influx_series.ts Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
module.ts InfluxDB: different config UI for 1x vs 2x (#25723) 2020-06-22 13:03:34 -07:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_builder.ts Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
query_ctrl.ts Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +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 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: different config UI for 1x vs 2x (#25723) 2020-06-22 13:03:34 -07: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/