The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/app/plugins/datasource/influxdb
ismail simsek 885c517983
Plugins: InfluxDB variable interpolation fix (#51917)
3 years ago
..
components Chore: Remove react-testing-lib from bundles (#50442) 3 years ago
img update influx logo 8 years ago
partials InfluxDB: Convert the InfluxQL query editor from Angular to React (#32168) 4 years ago
specs Plugins: InfluxDB variable interpolation fix (#51917) 3 years ago
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 4 years ago
datasource.mock.ts Prettier: Upgrade to 2 (#30387) 4 years ago
datasource.ts Plugins: InfluxDB variable interpolation fix (#51917) 3 years ago
influxQLMetadataQuery.ts Chore: ESlint import order (#44959) 3 years ago
influx_query_model.ts Chore: ESlint import order (#44959) 3 years ago
influx_series.ts Chore: ESlint import order (#44959) 3 years ago
module.ts Chore: ESlint import order (#44959) 3 years ago
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 3 years ago
queryUtils.test.ts Chore: ESlint import order (#44959) 3 years ago
queryUtils.ts Chore: ESlint import order (#44959) 3 years ago
query_builder.ts Chore: ESlint import order (#44959) 3 years ago
query_help.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 4 years ago
query_part.ts Chore: ESlint import order (#44959) 3 years ago
response_parser.ts Chore: ESlint import order (#44959) 3 years ago
types.ts influxdb: config page: typescript-fix for strict-mode (#40465) 4 years ago

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.