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
Gábor Farkas b254e4eb31
influxdb: influxql: fix dataframe column-names (#37195)
4 years ago
..
components Influx: fix typo (#37181) 4 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 InfluxDB: InfluxQL: adds tags to timeseries data (#36702) 4 years ago
README.md Revise README.md. (#30145) 4 years ago
datasource.mock.ts Prettier: Upgrade to 2 (#30387) 4 years ago
datasource.ts influxdb: influxql: fix dataframe column-names (#37195) 4 years ago
influxQLMetadataQuery.ts influxdb: influxql: better tag-value filtering (#36570) 4 years ago
influx_query_model.ts Chore: Fix more TypeScript strict errors (#37066) 4 years ago
influx_series.ts influxdb: influxql: fix dataframe column-names (#37195) 4 years ago
module.ts InfluxDB: Convert the InfluxQL query editor from Angular to React (#32168) 4 years ago
plugin.json Chore: show grafana labs not project (#23913) 5 years ago
query_builder.ts influxdb: influxql: make measurement-autocomplete case insensitive (#34563) 4 years ago
query_help.md docs: elasticsearch and influxdb docs for group by time interval option (#11609) 7 years ago
query_part.ts Performance: Standardize lodash imports to use destructured members (#33040) 4 years ago
response_parser.ts InfluxDB: Fix the ordering of results for variable queries (#33314) 4 years ago
types.ts InfluxDB: Convert the InfluxQL query editor from Angular to React (#32168) 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.