mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 15:45:43 -06:00
.. | ||
components | ||
img | ||
partials | ||
specs | ||
datasource.mock.ts | ||
datasource.ts | ||
influx_query_model.ts | ||
influx_series.ts | ||
module.ts | ||
plugin.json | ||
query_builder.ts | ||
query_ctrl.ts | ||
query_help.md | ||
query_part.ts | ||
README.md | ||
response_parser.ts | ||
types.ts |
InfluxDB Data Source - Native Plugin
Grafana ships with built in support for InfluxDB (> 0.9.x).
There are currently two separate data sources for InfluxDB in Grafana: InfluxDB 0.8.x and the latest InfluxDB release. The API and capabilities of latest (> 0.9.x) InfluxDB are completely different from InfluxDB 0.8.x which is why Grafana handles them as different data sources.
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: