grafana/public/app/plugins/datasource/influxdb/plugin.json
2021-12-22 17:59:26 +01:00

30 lines
540 B
JSON

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