plugin.json 397 B

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