grafana/public/app/plugins/datasource/mysql/plugin.json
Marcus Efraimsson 1497f3d79a
Chore: Remove unused properties in explore (#17359)
This removes unused properties in explore and datasource 
meta data (tables and explore properties in plugin.json).
2019-05-31 09:45:53 +02:00

27 lines
454 B
JSON

{
"type": "datasource",
"name": "MySQL",
"id": "mysql",
"category": "sql",
"info": {
"description": "Data source for MySQL databases",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/mysql_logo.svg",
"large": "img/mysql_logo.svg"
}
},
"alerting": true,
"annotations": true,
"metrics": true,
"queryOptions": {
"minInterval": true
}
}