Files
grafana/public/app/plugins/datasource/cloudwatch/plugin.json
Ryan McKinley 1033f0f905 DataSourceMeta: add an option to get hidden queries (#17124)
* add an option to get hidden queries

* make sure you have meta

* supportsHiddenQueries

* remove spaces

* DataSources: hidden queries flag
2019-05-21 13:46:19 +02:00

24 lines
473 B
JSON

{
"type": "datasource",
"name": "CloudWatch",
"id": "cloudwatch",
"category": "cloud",
"hiddenQueries": true,
"metrics": true,
"alerting": true,
"annotations": true,
"info": {
"description": "Data source for Amazon AWS monitoring service",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/amazon-web-services.png",
"large": "img/amazon-web-services.png"
}
}
}