grafana/public/app/plugins/datasource/influxdb/plugin.json
Hugo Häggmark 591ea0bfe3
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>
2019-06-10 14:39:53 +02:00

29 lines
524 B
JSON

{
"type": "datasource",
"name": "InfluxDB",
"id": "influxdb",
"category": "tsdb",
"defaultMatchFormat": "regex values",
"metrics": true,
"logs": true,
"annotations": true,
"alerting": true,
"queryOptions": {
"minInterval": true
},
"info": {
"description": "Open source time series database",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/influxdb_logo.svg",
"large": "img/influxdb_logo.svg"
}
}
}