mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Chore: Fix typescript strict null errors * Added new limit * Fixed ts issue * fixed tests * trying to fix type inference * Fixing more ts errors * Revert tsconfig option * Fix * Fixed code * More fixes * fix tests * Updated snapshot * Chore: More ts strict null fixes * More fixes in some really messed up azure config components * More fixes, current count: 441 * 419 * More fixes * Fixed invalid initial state in explore * Fixing tests * Fixed tests * Explore fix * More fixes * Progress * Sub 300 * Fixed incorrect type * removed unused import |
||
---|---|---|
.. | ||
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: