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
beejeebus 02d977e1af
InfluxDB: Fix variable interpolation on adhoc filters (#104931)
6 days ago
..
__mocks__ Chore: Use TemplateSrv from @grafana/runtime in influxdb datasource (#87813) 1 year ago
components/editor Grafana Runtime: Use package.json exports for internal code (#102100) 2 months ago
fsql Chore: Remove `sqlQuerybuilderFunctionParameters` feature toggle (#100809) 3 months ago
img
README.md
constants.ts
datasource.test.ts InfluxDB: Fix variable interpolation on adhoc filters (#104931) 6 days ago
datasource.ts InfluxDB: Fix variable interpolation on adhoc filters (#104931) 6 days ago
datasource_sql.test.ts Chore: Use TemplateSrv from @grafana/runtime in influxdb datasource (#87813) 1 year ago
influx_query_model.test.ts Chore: Use TemplateSrv from @grafana/runtime in influxdb datasource (#87813) 1 year ago
influx_query_model.ts Chore: improve some types (#95728) 7 months ago
influx_series.test.ts Chore: Improve typings (#93180) 8 months ago
influx_series.ts Chore: improve some types (#95728) 7 months ago
influxql_metadata_query.test.ts InfluxDB: Introduce maxDataPoints setting for flux variable query editor (#87935) 12 months ago
influxql_metadata_query.ts Grafana Data: Use package.json exports for internal code (#102696) 2 months ago
influxql_query_builder.test.ts Chore: InfluxDB unit testing overhaul (#86586) 1 year ago
influxql_query_builder.ts Chore: Use TemplateSrv from @grafana/runtime in influxdb datasource (#87813) 1 year ago
migrations.ts Chore: Improve typings (#93180) 8 months ago
module.ts InfluxDB: Introduce custom variable support (#87903) 1 year ago
plugin.json Plugins: Update all core plugins with raise issue and docs links (#101929) 2 months ago
queryUtils.test.ts InfluxDB: Add new truthiness operators (`Is` and `Is Not`) to InfluxQL Query Builder (#77923) 2 years ago
queryUtils.ts InfluxDB: Fix querying with template variables without using regex operator (#84953) 1 year ago
query_help.md
query_part.test.ts Chore: InfluxDB unit test overhaul (#75436) 2 years ago
query_part.ts Chore: Improve typings (#93180) 8 months ago
response_parser.test.ts Chore: InfluxDB unit testing overhaul (#86586) 1 year ago
response_parser.ts Chore: Type improvements (#87634) 1 year ago
types.ts InfluxDB: Introduce maxDataPoints setting for flux variable query editor (#87935) 12 months ago
variables.ts InfluxDB: Fix sending range info on variable editor (#89347) 11 months 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.