grafana/public/app/plugins/datasource/influxdb
Torkel Ödegaard 1d689888b0
Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files

* Update eslint plugin

* updated files
2021-01-20 07:59:48 +01:00
..
components Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
img update influx logo 2017-02-13 18:19:14 -08:00
partials Annotations: add standard annotations support (and use it for flux queries) (#27375) 2020-09-11 08:09:44 -07:00
specs Use fetch API in InfluxDB data source (#28555) 2020-10-27 11:35:59 +01:00
datasource.mock.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
datasource.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
influx_query_model.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
influx_series.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
module.ts Dashboards: Adds cheat sheet toggle to supported query editors (#28857) 2021-01-19 23:52:09 +01: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 Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +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 noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
README.md Revise README.md. (#30145) 2021-01-11 11:12:26 +01:00
response_parser.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
types.ts InfluxDB: different config UI for 1x vs 2x (#25723) 2020-06-22 13:03:34 -07:00

InfluxDB data source

Grafana ships with built-in support for InfluxDB releases >0.9.x.

There are separate data sources for InfluxDB in Grafana: the latest InfluxDB release and InfluxDB 0.8.x that Grafana maintains support for as a convenience for its existing users. InfluxDB no longer maintains release 0.8.

The API and capabilities of the latest release of InfluxDB are completely different from those of InfluxDB 0.8.x, which is why Grafana handles them as different data sources.

For more information, refer to Using InfluxDB in Grafana.