grafana/public/app/plugins/datasource/influxdb
Hugo Häggmark 51c6b50582
Explore: Tag and Values for Influx are filtered by the selected measurement (#17539)
* Fix: Filters Tags and Values depending on options passed
Fixes: #17507

* Fix: Makes sure options is not undefined

* Fix: Fixes tests and small button refactor

* Chore: PR comments
2019-06-14 10:13:06 +02:00
..
components Explore: Tag and Values for Influx are filtered by the selected measurement (#17539) 2019-06-14 10:13:06 +02:00
img update influx logo 2017-02-13 18:19:14 -08:00
partials Datasources: add support for POST HTTP verb for InfluxDB (#16690) 2019-05-02 15:30:37 +02:00
specs Explore: Adds LogQueryField for InfluxDb (#17450) 2019-06-10 14:39:53 +02:00
datasource.ts Explore: Tag and Values for Influx are filtered by the selected measurement (#17539) 2019-06-14 10:13:06 +02:00
influx_query_model.ts Explore: Adds LogQueryField for InfluxDb (#17450) 2019-06-10 14:39:53 +02:00
influx_series.ts Chore: Adds typings to lodash (#16590) 2019-04-15 12:11:52 +02:00
module.ts Influx: Adds start page for logs in Explore (#17521) 2019-06-12 14:01:48 +01:00
plugin.json Explore: Adds LogQueryField for InfluxDb (#17450) 2019-06-10 14:39:53 +02:00
query_builder.ts 11503: escape measurement filter regex value 2019-01-10 10:47:22 +10:00
query_ctrl.ts Explore: Adds LogQueryField for InfluxDb (#17450) 2019-06-10 14:39:53 +02: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 Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 14:27:03 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
response_parser.ts Chore: Adds typings to lodash (#16590) 2019-04-15 12:11:52 +02:00
types.ts Explore: Adds LogQueryField for InfluxDb (#17450) 2019-06-10 14:39:53 +02:00

InfluxDB Datasource - Native Plugin

Grafana ships with built in support for InfluxDB (> 0.9.x).

There are currently two separate datasources 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/