grafana/public/app/plugins/datasource/influxdb
ismail simsek 9c50296a07
InfluxDB: Fix multiple tag selection (#74205)
Return all tag keys
2023-09-08 20:57:11 +02:00
..
components/editor InfluxDB: Fix multiple tag selection (#74205) 2023-09-08 20:57:11 +02:00
img update influx logo 2017-02-13 18:19:14 -08:00
specs Chore: friday typings 5 (#73844) 2023-08-29 09:14:15 +01:00
constants.ts InfluxDB: Remove browser ('direct' access) mode. (#53529) 2022-08-17 09:40:21 -03:00
datasource.mock.ts Chore: InfluxDB - Restructure the folders (#69554) 2023-06-06 14:28:59 +02:00
datasource.ts InfluxDB: Fix retention policy handling for InfluxDB 3.0 engine by bringing back the hardcoded default (#72467) 2023-08-04 15:57:41 +02:00
influx_query_model.ts Chore: Use the const instead of hardcoded string (#72925) 2023-08-04 16:55:33 +02:00
influx_series.ts Influxdb: Re-introduce backend migration feature toggle (#64829) 2023-03-15 18:12:16 +01:00
influxql_metadata_query.ts InfluxDB: Fix retention policy handling for InfluxDB 3.0 engine by bringing back the hardcoded default (#72467) 2023-08-04 15:57:41 +02:00
influxql_query_builder.test.ts Chore: Use the const instead of hardcoded string (#72925) 2023-08-04 16:55:33 +02:00
influxql_query_builder.ts Chore: Use the const instead of hardcoded string (#72925) 2023-08-04 16:55:33 +02:00
migrations.ts Influxdb: Handle legacy Influxdb influxql annotations with target in migration (#63225) 2023-04-28 08:39:11 -04:00
module.ts Chore: InfluxDB - Reformatting and restructuring (#69669) 2023-06-09 12:57:46 +02:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +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: Influxdb variable type cleanup (#71874) 2023-07-18 18:43:30 +02:00
queryUtils.test.ts Chore: Use the const instead of hardcoded string (#72925) 2023-08-04 16:55:33 +02:00
queryUtils.ts InfluxDB: Fix retention policy handling for InfluxDB 3.0 engine by bringing back the hardcoded default (#72467) 2023-08-04 15:57:41 +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.test.ts InfluxDB: Fix backend mode table result with aliases (#69943) 2023-07-03 14:50:08 +02:00
response_parser.ts InfluxDB: Fix retention policy handling for InfluxDB 3.0 engine by bringing back the hardcoded default (#72467) 2023-08-04 15:57:41 +02:00
types.ts InfluxDB: Fix retention policy handling for InfluxDB 3.0 engine by bringing back the hardcoded default (#72467) 2023-08-04 15:57: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.