grafana/public/app/plugins/datasource/influxdb
Ashley Harrison d832bde270
Upgrade @testing-library/user-event to v14 (#47898)
* Update dependency @testing-library/user-event to v14

* everything is async...

* everything is async pt.2

* Fix cascader tests

* hack the yarn.lock file to remove the old version of @testing-library/dom

* some more fixes!

* MOAR FIXES

* more fixes

* remove a bunch of places where we're wrapping in act()

* down to 7 failing tests...

* Fix arrow tests

* Fix rest of NavBarItem tests

* Fix last tests

* Use {Enter} instead of {enter}

* Revert "Use {Enter} instead of {enter}"

This reverts commit e72453bb52.

* remove some unused act imports

* Fix LibraryPanelsSearch tests

* more stable test

* More consistent test...

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-21 13:15:21 +01:00
..
components Upgrade @testing-library/user-event to v14 (#47898) 2022-04-21 13:15:21 +01:00
img update influx logo 2017-02-13 18:19:14 -08:00
partials InfluxDB: Convert the InfluxQL query editor from Angular to React (#32168) 2021-05-11 08:15:44 +02:00
specs InfluxDB: annotations migration to backend (#45635) 2022-03-23 16:02:29 +00:00
datasource.mock.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
datasource.ts InfluxDB: annotations migration to backend (#45635) 2022-03-23 16:02:29 +00:00
influx_query_model.ts influxdb: influxql query editor: fix escaping problematic characters (#39170) 2021-09-14 12:55:43 +02:00
influx_series.ts influxdb: alias: fix corner case (#41562) 2021-11-11 14:38:54 +01:00
influxQLMetadataQuery.ts influxdb: influxql: better tag-value filtering (#36570) 2021-07-12 07:55:10 +02:00
module.ts InfluxDB: Convert the InfluxQL query editor from Angular to React (#32168) 2021-05-11 08:15:44 +02:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
query_builder.ts influxdb: influxql query editor: fix escaping problematic characters (#39170) 2021-09-14 12:55:43 +02:00
query_help.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
query_part.ts Move QueryPartDef out from angular app (#45386) 2022-02-15 14:20:50 +01:00
queryUtils.test.ts influxdb: more robust query-has-variables check (#37493) 2021-08-04 10:45:37 +02:00
queryUtils.ts influxdb: more robust query-has-variables check (#37493) 2021-08-04 10:45:37 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
response_parser.ts InfluxDB: annotations migration to backend (#45635) 2022-03-23 16:02:29 +00:00
types.ts influxdb: config page: typescript-fix for strict-mode (#40465) 2021-10-15 11:29:41 +02: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.