Files
grafana/public/app/plugins/datasource/cloudwatch/plugin.json

18 lines
397 B
JSON
Raw Normal View History

2015-07-30 11:37:31 +09:00
{
"pluginType": "datasource",
"name": "CloudWatch",
"type": "cloudwatch",
"serviceName": "CloudWatchDatasource",
"module": "app/plugins/datasource/cloudwatch/datasource",
2015-07-30 11:37:31 +09:00
"partials": {
"config": "app/plugins/datasource/cloudwatch/partials/config.html",
"query": "app/plugins/datasource/cloudwatch/partials/query.editor.html"
},
2015-10-26 15:47:34 +09:00
"metrics": true,
"annotations": true
2015-07-30 11:37:31 +09:00
}