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
Jouni Kuusisto e53b815956 Enable "With Credentials" for InfluxDB datasource (#6018) 9 years ago
..
img ux(): initial pass at new card / list design, #4364 9 years ago
partials Merge branch 'master' into alerting 9 years ago
specs feat(influxdb): adds spread functionallity 9 years ago
README.md fix broken link to grafana.net, standardize on https://grafana.net for links 9 years ago
datasource.ts Enable "With Credentials" for InfluxDB datasource (#6018) 9 years ago
influx_query.ts fix(influxdb): fixed issue with backslash escaping in tag filter, fixes #5249 9 years ago
influx_series.d.ts tech(systemjs): almost all tests are passing 10 years ago
influx_series.js fix(influxdb): fix for influxdb when using format as table and having group by time, fixes #2928 9 years ago
module.ts tech(influxdb): convert datasource to TS class 9 years ago
plugin.json ux(): initial pass at new card / list design, #4364 9 years ago
query_builder.d.ts tech(systemjs): almost all tests are passing 10 years ago
query_builder.js dont quote numbers for influxdb, closes #4163 9 years ago
query_ctrl.ts feat(alerting): can now change reducer 9 years ago
query_part.ts feat(influxdb) add elapsed(), fixes #5827 9 years ago
response_parser.ts style(influxdb): improve naming 9 years ago

README.md

InfluxDB Datasource - Native Plugin

Grafana ships with built in support for InfluxDB 0.9.

There are currently two separate datasources for InfluxDB in Grafana: InfluxDB 0.8.x and InfluxDB 0.9.x. The API and capabilities of InfluxDB 0.9.x are completely different from InfluxDB 0.8.x which is why Grafana handles them as different data sources.

This is the plugin for InfluxDB 0.9. It is rapidly evolving and we continue to track its API.

InfluxDB 0.8 is no longer maintained by InfluxDB Inc, but we provide support as a convenience to existing users. You can find it here.

Read more about InfluxDB here:

http://docs.grafana.org/datasources/influxdb/