mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 20:21:01 -06:00
2379498228
* mysql additional decoupling steps * updated snapshot test
33 lines
588 B
JSON
33 lines
588 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "MySQL",
|
|
"id": "mysql",
|
|
"executable": "gpx_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"
|
|
},
|
|
"version": "%VERSION%"
|
|
},
|
|
"dependencies": {
|
|
"grafanaDependency": ">=10.4.0"
|
|
},
|
|
|
|
"alerting": true,
|
|
"annotations": true,
|
|
"metrics": true,
|
|
"backend": true,
|
|
|
|
"queryOptions": {
|
|
"minInterval": true
|
|
}
|
|
}
|