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
Ashley Harrison b3cff22db3
Chore: Improve types (#85659)
1 year ago
..
components/editor Chore: Remove gf-form from InfluxDB Annotation Query Editor (#84809) 1 year ago
fsql InfluxDB: Fix sql query generation by adding quotes around the identifiers (#83765) 1 year ago
img
README.md
constants.ts InfluxDB: Remove browser ('direct' access) mode. (#53529) 3 years ago
datasource.test.ts InfluxDB: Fix measurement interpolation on visual query builder (#85423) 1 year ago
datasource.ts Chore: Improve types (#85659) 1 year ago
datasource_backend_mode.test.ts InfluxDB: Fix measurement interpolation on visual query builder (#85423) 1 year ago
datasource_sql.test.ts sql: extract frontend code into separate package (#81109) 1 year ago
influx_query_model.test.ts InfluxDB: Fix for wrong query generated with template variable and non regex operator on frontend mode (#84175) 1 year ago
influx_query_model.ts Chore: Improve types (#85659) 1 year ago
influx_series.test.ts Chore: InfluxDB unit test overhaul (#75436) 2 years ago
influx_series.ts Influxdb: Re-introduce backend migration feature toggle (#64829) 2 years ago
influxql_metadata_query.test.ts Chore: InfluxDB unit test overhaul (#75436) 2 years ago
influxql_metadata_query.ts Chore: InfluxDB unit test overhaul (#75436) 2 years ago
influxql_query_builder.test.ts Chore: InfluxDB unit test overhaul (#75436) 2 years ago
influxql_query_builder.ts Chore: Use the const instead of hardcoded string (#72925) 2 years ago
migrations.ts Influxdb: Handle legacy Influxdb influxql annotations with target in migration (#63225) 2 years ago
mocks.ts InfluxDB: Fix template variable interpolation (#80971) 1 year ago
module.ts Chore: InfluxDB - Reformatting and restructuring (#69669) 2 years ago
plugin.json
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 types (#85659) 1 year ago
response_parser.test.ts Chore: InfluxDB unit test overhaul (#75436) 2 years ago
response_parser.ts InfluxDB: Fix retention policy handling for InfluxDB 3.0 engine by bringing back the hardcoded default (#72467) 2 years ago
types.ts InfluxDB: Add configuration option for enabling insecure gRPC connections (#83834) 1 year 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.