grafana/public/app/plugins/datasource/influxdb
2021-10-15 11:29:41 +02:00
..
components A11y/Menu: Add keyboard support to Menu component (#38974) 2021-09-20 09:08:46 +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: influxql query editor: fix escaping problematic characters (#39170) 2021-09-14 12:55:43 +02:00
datasource.mock.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
datasource.ts InfluxDB: Flux: make $__interval and $__interval_ms work in alerting (#38889) 2021-09-27 12:03:04 +02: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: influxql: fix dataframe column-names (#37195) 2021-07-26 12:08:02 +02: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 Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07: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 Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02: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: Fix the ordering of results for variable queries (#33314) 2021-05-05 15:35:48 +02: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.