grafana/public/app/plugins/datasource/influxdb
Adrien F 5c89a8451e
DatasourceEditor: Add UI to edit custom HTTP headers (#17846)
* DatasourceEditor: Add UI to edit custom HTTP headers

Support for custom headers was added in #11643 but was missing in the UI.

Fixes #12779

* Review

* Layout updates

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-02-04 09:25:10 +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 Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00: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/