grafana/public/app/plugins/datasource/influxdb
Alyssa Joyner 1cb66d86b0
[InfluxDB]: Update product selection and UI (#112074)
2025-10-28 08:09:43 -06:00
..
components/editor [InfluxDB]: Update product selection and UI (#112074) 2025-10-28 08:09:43 -06:00
fsql
img
mocks
README.md
constants.ts
datasource.test.ts
datasource.ts
datasource_sql.test.ts
influx_query_model.test.ts
influx_query_model.ts
influx_series.test.ts
influx_series.ts
influxql_metadata_query.test.ts
influxql_metadata_query.ts
influxql_query_builder.test.ts
influxql_query_builder.ts
migrations.ts
module.ts
plugin.json
queryUtils.test.ts
queryUtils.ts
query_help.md
query_part.test.ts
query_part.ts
response_parser.test.ts
response_parser.ts
types.ts
variables.ts

README.md

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.