mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* grafana/master: (112 commits) changelog: adds note about closing #5873 Docs new updates (#9324) Update CHANGELOG.md Update latest.json cleanup: removed unused file tech: remove bower and moved remaining bower dependencies to npm tech: cleanup and fixed build issue tech: upgraded angularjs and moved dependency from bower to npm, closes #9327 follow go idiom and return error as second param tech: updated tsconfig docker: adds alertmanager to prometheus fig tech: more tslint rules tech: removing unused variables from typescript files, and making tslint rules more strict context is reserved for go's context make ds a param for Query remove batch abstraction rename executor into tsdbqueryendpoint remove unused structs refactor response flow tech: removed test component ...
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: