Files
grafana/public/app/plugins/datasource/mysql/plugin.json

21 lines
329 B
JSON
Raw Normal View History

2017-03-29 20:43:20 +02:00
{
"type": "datasource",
"name": "MySQL",
"id": "mysql",
"info": {
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/mysql_logo.svg",
"large": "img/mysql_logo.svg"
}
},
2017-03-31 13:57:10 +02:00
"alerting": true,
2017-03-29 20:43:20 +02:00
"annotations": true,
"metrics": true
}