plugin.json 932 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "type": "datasource",
  3. "name": "CloudWatch",
  4. "id": "cloudwatch",
  5. "category": "cloud",
  6. "metrics": true,
  7. "logs": true,
  8. "alerting": true,
  9. "annotations": true,
  10. "backend": true,
  11. "includes": [
  12. { "type": "dashboard", "name": "EC2", "path": "dashboards/ec2.json" },
  13. { "type": "dashboard", "name": "EBS", "path": "dashboards/EBS.json" },
  14. { "type": "dashboard", "name": "Lambda", "path": "dashboards/Lambda.json" },
  15. { "type": "dashboard", "name": "Logs", "path": "dashboards/Logs.json" },
  16. { "type": "dashboard", "name": "RDS", "path": "dashboards/RDS.json" }
  17. ],
  18. "queryOptions": {
  19. "minInterval": true
  20. },
  21. "info": {
  22. "description": "Data source for Amazon AWS monitoring service",
  23. "author": {
  24. "name": "Grafana Labs",
  25. "url": "https://grafana.com"
  26. },
  27. "logos": {
  28. "small": "img/amazon-web-services.png",
  29. "large": "img/amazon-web-services.png"
  30. }
  31. }
  32. }