grafana/public/app/plugins/datasource/influxdb/plugin.json
Daniel Lee 6fa46d9539 plugins: update meta data for all core plugins
So that the readme's can be published on Grafana.com
2018-02-15 16:50:38 +01:00

28 lines
510 B
JSON

{
"type": "datasource",
"name": "InfluxDB",
"id": "influxdb",
"defaultMatchFormat": "regex values",
"metrics": true,
"annotations": true,
"alerting": true,
"queryOptions": {
"minInterval": true
},
"info": {
"description": "InfluxDB Data Source for Grafana",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/influxdb_logo.svg",
"large": "img/influxdb_logo.svg"
},
"version": "5.0.0"
}
}