grafana/public/app/plugins/datasource/influxdb
Torkel Ödegaard 34c397002c PanelChrome: Use react Panel Header for angular panels. (#21265)
* WIP: Angular panel chrome, this is going to be tricky

* AngularPanelChrome: initial render works

* Options are showing up

* viz options working

* Fixed singlestat background

* AngularPanels: Fixed alert tab

* Removed anuglar loading spinner

* Dashboard: Refactor dashboard reducer & actions

* Dashboard: minor refactoring

* PanelChrome: loading state moved to header

* Subscribe to render events to solve title update issue

* Time info and query errors now works

* PanelHeader: unifying angular and react behavior

* added getPanelMenu test

* Scrollable now works again

* Various fixes

* Making stuff work

* seperate event emitter for angular

* Fixed issue sending updated dimensions to angular panel

* Minor tweaks

* Fixed tests

* Alerting: alert state now works

* Fixed unit tests

* Fixed a few null check errors

* Simplified events handling

* Fixed strict null checks
2020-02-09 10:53:34 +01:00
..
components DatasourceEditor: Add UI to edit custom HTTP headers (#17846) 2020-02-04 09:25:10 +01:00
img update influx logo 2017-02-13 18:19:14 -08:00
partials InfluxDB: convert config editor to react (#20282) 2019-11-18 09:39:58 +01:00
specs Influxdb: Fix issues with request creation and parsing (#21743) 2020-01-27 18:21:41 +01:00
datasource.mock.ts Influxdb: Fix cascader when doing log query in explore (#21787) 2020-01-28 18:12:15 +01:00
datasource.ts Influxdb: Fix issues with request creation and parsing (#21743) 2020-01-27 18:21:41 +01:00
influx_query_model.ts PanelChrome: Use react Panel Header for angular panels. (#21265) 2020-02-09 10:53:34 +01:00
influx_series.ts Refactor: move some files to @grafana/data (#17952) 2019-07-06 08:05:53 +02:00
module.ts InfluxDB: convert config editor to react (#20282) 2019-11-18 09:39:58 +01:00
plugin.json Explore: Adds LogQueryField for InfluxDb (#17450) 2019-06-10 14:39:53 +02:00
query_builder.ts noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
query_ctrl.ts Chore/Tech debt: Remove (most) instances of $q angular service use (#20668) 2019-12-05 09:04:03 +00:00
query_help.md docs: elasticsearch and influxdb docs for group by time interval option (#11609) 2018-04-16 16:03:50 +02:00
query_part.ts noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
README.md Docs: Minor edits to the README and several md files (#19238) 2019-09-20 00:04:56 +02:00
response_parser.ts noImplicitAnys: Fix InfluxDB type issues #17937) 2019-07-05 07:52:23 +02:00
types.ts InfluxDB: convert config editor to react (#20282) 2019-11-18 09:39:58 +01:00

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:

http://docs.grafana.org/datasources/influxdb/