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

20 lines
337 B
JSON
Raw Normal View History

2015-07-30 11:37:31 +09:00
{
"type": "datasource",
2015-07-30 11:37:31 +09:00
"name": "CloudWatch",
"id": "cloudwatch",
2015-07-30 11:37:31 +09:00
2015-10-26 15:47:34 +09:00
"metrics": true,
"annotations": true,
"info": {
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/amazon-web-services.png",
"large": "img/amazon-web-services.png"
}
}
2015-07-30 11:37:31 +09:00
}