grafana/public/app/plugins/datasource/mysql/plugin.json
2018-09-05 12:02:57 +02:00

28 lines
456 B
JSON

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