grafana/public/app/plugins/datasource/influxdb
Jack Westbrook ccd75d72f8
Chore: Remove react-testing-lib from bundles (#50442)
* refactor(selectoptiontest): move helper function out of grafana/ui so testing-lib isn't in bundle

* test(selectoptionintest): update import location of helper function

* test(amroutes): put back missing selectOptionInTest helper

* test(selectoptionintest): clean up remaining file imports / exports

* test(queryeditor): fix failing import

* refactor(grafana-ui): reuse selectOptionInTest in SelectBase test
2022-06-09 11:10:48 +02:00
..
components Chore: Remove react-testing-lib from bundles (#50442) 2022-06-09 11:10:48 +02: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 Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
datasource.mock.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
datasource.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
influx_query_model.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
influx_series.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
influxQLMetadataQuery.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
module.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
query_builder.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01: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 Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
queryUtils.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
queryUtils.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01: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 Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01: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.