Files
grafana/public/app/plugins/datasource/cloudwatch/plugin.json
T
Ryan McKinley 98f9dbde95 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

(cherry picked from commit 1033f0f905)
2019-05-21 16:46:52 +02:00

23 lines
439 B
JSON

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