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

27 lines
451 B
JSON
Raw Normal View History

2017-03-29 13:43:20 -05:00
{
"type": "datasource",
"name": "MySQL",
"id": "mysql",
"category": "sql",
2017-03-29 13:43:20 -05:00
"info": {
"description": "Data source for MySQL databases",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/mysql_logo.svg",
"large": "img/mysql_logo.svg"
2019-03-06 01:40:03 -06:00
}
},
2017-03-31 06:57:10 -05:00
"alerting": true,
2017-03-29 13:43:20 -05:00
"annotations": true,
"metrics": true,
"queryOptions": {
"minInterval": true
}
2017-03-29 13:43:20 -05:00
}