Explore: Adds LogQueryField for InfluxDb (#17450)

* Wip: Intial commit

* Wip: Adds intial InfluxLogsQueryField

* Refactor: Adds measurements to InfluxLogQueryField

* Style: Tweaks styles and adds chosen measurement to measurements

* Refactor: Adds remove filter row

* refactor: make influx datasource typed

Uses the new api for exporting the plugin.

* adds metricFindQuery to DataSourceApi

metricFindQuery, getTagKeys and getTagValues now returns a promise

* influx: minor improvements

Limits logs result to 1000.
Don't show adhoc filter until measurement have been selected.

* Refactor: Adds fields to Cascader and uses chosen field as log column

Co-authored-by: Marcus <marcus.efraimsson@gmail.com>
This commit is contained in:
Hugo Häggmark
2019-06-10 14:39:53 +02:00
committed by GitHub
parent a95c7bfa6f
commit 591ea0bfe3
13 changed files with 472 additions and 41 deletions

View File

@@ -6,6 +6,7 @@
"defaultMatchFormat": "regex values",
"metrics": true,
"logs": true,
"annotations": true,
"alerting": true,