mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* Update dependency prettier to v2.5.1 * prettier fixes * chore(toolkit): bump prettier to 2.5.1 * style(eslint): bump grafana config to 2.5.2 in core and toolkit * style(mssql-datasource): fix no-inferrable-types eslint errors Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> |
||
---|---|---|
.. | ||
components | ||
img | ||
partials | ||
specs | ||
datasource.mock.ts | ||
datasource.ts | ||
influx_query_model.ts | ||
influx_series.ts | ||
influxQLMetadataQuery.ts | ||
module.ts | ||
plugin.json | ||
query_builder.ts | ||
query_help.md | ||
query_part.ts | ||
queryUtils.test.ts | ||
queryUtils.ts | ||
README.md | ||
response_parser.ts | ||
types.ts |
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.