plugin.json 343 B

123456789101112131415
  1. {
  2. "type": "datasource",
  3. "name": "CloudWatch",
  4. "id": "cloudwatch",
  5. "module": "app/plugins/datasource/cloudwatch/module",
  6. "partials": {
  7. "config": "app/plugins/datasource/cloudwatch/partials/config.html",
  8. "query": "app/plugins/datasource/cloudwatch/partials/query.editor.html"
  9. },
  10. "metrics": true,
  11. "annotations": true
  12. }