plugin.json 473 B

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