grafana/public/app/plugins/datasource/cloudwatch/plugin.json
2019-03-05 23:40:03 -08:00

22 lines
414 B
JSON

{
"type": "datasource",
"name": "CloudWatch",
"id": "cloudwatch",
"metrics": true,
"alerting": true,
"annotations": true,
"info": {
"description": "Cloudwatch Data Source for Grafana",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/amazon-web-services.png",
"large": "img/amazon-web-services.png"
}
}
}