plugin.json 448 B

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