mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
17 lines
374 B
JSON
17 lines
374 B
JSON
{
|
|
"pluginType": "datasource",
|
|
"name": "CloudWatch",
|
|
|
|
"type": "cloudwatch",
|
|
"serviceName": "CloudWatchDatasource",
|
|
|
|
"module": "app/plugins/datasource/cloudwatch/datasource",
|
|
|
|
"partials": {
|
|
"config": "app/plugins/datasource/cloudwatch/partials/config.html",
|
|
"query": "app/plugins/datasource/cloudwatch/partials/query.editor.html"
|
|
},
|
|
|
|
"metrics": true
|
|
}
|