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

27 lines
454 B
JSON
Raw Normal View History

2017-03-29 20:43:20 +02:00
{
"type": "datasource",
"name": "MySQL",
"id": "mysql",
"category": "sql",
2017-03-29 20:43:20 +02:00
"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"
2019-03-05 23:40:03 -08:00
}
},
2017-03-31 13:57:10 +02:00
"alerting": true,
2017-03-29 20:43:20 +02:00
"annotations": true,
"metrics": true,
"queryOptions": {
"minInterval": true
}
2017-03-29 20:43:20 +02:00
}