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
Torkel Ödegaard 7896423fb5
Influx/Azure: Fix issue in query editors due to babel upgrade (#32605)
5 years ago
..
components Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 5 years ago
img
partials influxdb: switch the raw influxql editor from angular to react (#31860) 5 years ago
specs Eslint: no-duplicate-imports rule (bump grafana-eslint-config) (#30989) 5 years ago
README.md Revise README.md. (#30145) 5 years ago
datasource.mock.ts Prettier: Upgrade to 2 (#30387) 5 years ago
datasource.ts influxdb: flux: handle is-hidden (#31324) 5 years ago
influx_query_model.ts Prettier: Upgrade to 2 (#30387) 5 years ago
influx_series.ts InfluxDB: Support region annotations (#31526) 5 years ago
module.ts influxdb: switch the raw influxql editor from angular to react (#31860) 5 years ago
plugin.json Chore: show grafana labs not project (#23913) 6 years ago
query_builder.ts Chore: Fix typescript strict null fixes now at 298 (#26125) 6 years ago
query_ctrl.ts Influx/Azure: Fix issue in query editors due to babel upgrade (#32605) 5 years ago
query_help.md
query_part.ts noImplicitAnys: Fix InfluxDB type issues #17937) 7 years ago
registerRawInfluxQLEditor.ts influxdb: switch the raw influxql editor from angular to react (#31860) 5 years ago
response_parser.ts InfluxDB: Fix Cannot read property 'length' of undefined in when parsing response (#32504) 5 years ago
types.ts influxdb: switch the raw influxql editor from angular to react (#31860) 5 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.