mirror of
https://github.com/grafana/grafana.git
synced 2025-01-21 05:53:42 -06:00
27 lines
451 B
JSON
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
|
|
}
|
|
}
|