98f9dbde95
* add an option to get hidden queries
* make sure you have meta
* supportsHiddenQueries
* remove spaces
* DataSources: hidden queries flag
(cherry picked from commit 1033f0f905)
23 lines
439 B
JSON
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"
|
|
}
|
|
}
|
|
}
|