grafana/public/app/plugins/datasource/influxdb
Gábor Farkas cbaf700d64
influxdb: switch the raw influxql editor from angular to react (#31860)
* influxdb: switch the raw influxql editor from angular to react

* influxdb: raw-influxql: better callback-naming

* influxdb: raw-influxql: use custom hook

* influxdb: flux: raw-editor: add unit tests
2021-03-16 10:47:33 +01:00
..
components influxdb: switch the raw influxql editor from angular to react (#31860) 2021-03-16 10:47:33 +01:00
img
partials influxdb: switch the raw influxql editor from angular to react (#31860) 2021-03-16 10:47:33 +01:00
specs Eslint: no-duplicate-imports rule (bump grafana-eslint-config) (#30989) 2021-02-11 13:45:25 +01:00
datasource.mock.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
datasource.ts influxdb: flux: handle is-hidden (#31324) 2021-02-26 10:27:07 +01:00
influx_query_model.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
influx_series.ts InfluxDB: Support region annotations (#31526) 2021-03-15 17:29:11 +01:00
module.ts influxdb: switch the raw influxql editor from angular to react (#31860) 2021-03-16 10:47:33 +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 influxdb: switch the raw influxql editor from angular to react (#31860) 2021-03-16 10:47:33 +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
registerRawInfluxQLEditor.ts influxdb: switch the raw influxql editor from angular to react (#31860) 2021-03-16 10:47:33 +01:00
response_parser.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
types.ts influxdb: switch the raw influxql editor from angular to react (#31860) 2021-03-16 10:47:33 +01: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.