grafana/public/app/plugins/datasource/influxdb/plugin.json
2017-03-21 15:37:55 +01:00

22 lines
381 B
JSON

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