grafana/public/app/plugins/datasource/mysql/plugin.json
2020-04-26 15:34:56 -07:00

27 lines
451 B
JSON

{
"type": "datasource",
"name": "MySQL",
"id": "mysql",
"category": "sql",
"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"
}
},
"alerting": true,
"annotations": true,
"metrics": true,
"queryOptions": {
"minInterval": true
}
}