plugin.json 438 B

12345678910111213141516171819202122
  1. {
  2. "type": "datasource",
  3. "name": "CloudWatch",
  4. "id": "cloudwatch",
  5. "metrics": true,
  6. "alerting": true,
  7. "annotations": true,
  8. "info": {
  9. "description": "Cloudwatch Data Source for Grafana",
  10. "author": {
  11. "name": "Grafana Project",
  12. "url": "https://grafana.com"
  13. },
  14. "logos": {
  15. "small": "img/amazon-web-services.png",
  16. "large": "img/amazon-web-services.png"
  17. },
  18. "version": "5.0.0"
  19. }
  20. }