2015-07-30 11:37:31 +09:00
|
|
|
{
|
2016-01-08 23:15:44 +01:00
|
|
|
"type": "datasource",
|
2015-07-30 11:37:31 +09:00
|
|
|
"name": "CloudWatch",
|
2016-01-08 23:15:44 +01:00
|
|
|
"id": "cloudwatch",
|
2019-05-09 11:45:39 +02:00
|
|
|
"category": "cloud",
|
2015-10-26 15:47:34 +09:00
|
|
|
"metrics": true,
|
2020-04-25 21:48:20 +01:00
|
|
|
"logs": true,
|
2017-04-03 21:50:40 +09:00
|
|
|
"alerting": true,
|
2016-03-15 09:15:24 +01:00
|
|
|
"annotations": true,
|
2019-11-21 10:46:15 +01:00
|
|
|
"includes": [
|
|
|
|
|
{ "type": "dashboard", "name": "EC2", "path": "dashboards/ec2.json" },
|
|
|
|
|
{ "type": "dashboard", "name": "EBS", "path": "dashboards/EBS.json" },
|
|
|
|
|
{ "type": "dashboard", "name": "Lambda", "path": "dashboards/Lambda.json" },
|
|
|
|
|
{ "type": "dashboard", "name": "Logs", "path": "dashboards/Logs.json" },
|
|
|
|
|
{ "type": "dashboard", "name": "RDS", "path": "dashboards/RDS.json" }
|
|
|
|
|
],
|
2019-11-21 19:42:48 +09:00
|
|
|
|
|
|
|
|
"queryOptions": {
|
|
|
|
|
"minInterval": true
|
|
|
|
|
},
|
|
|
|
|
|
2016-03-15 09:15:24 +01:00
|
|
|
"info": {
|
2019-05-09 11:45:39 +02:00
|
|
|
"description": "Data source for Amazon AWS monitoring service",
|
2016-03-15 09:15:24 +01:00
|
|
|
"author": {
|
2020-04-26 15:34:56 -07:00
|
|
|
"name": "Grafana Labs",
|
2017-03-21 15:37:55 +01:00
|
|
|
"url": "https://grafana.com"
|
2016-03-15 09:15:24 +01:00
|
|
|
},
|
|
|
|
|
"logos": {
|
|
|
|
|
"small": "img/amazon-web-services.png",
|
|
|
|
|
"large": "img/amazon-web-services.png"
|
2019-03-05 23:40:03 -08:00
|
|
|
}
|
2016-03-15 09:15:24 +01:00
|
|
|
}
|
2015-07-30 11:37:31 +09:00
|
|
|
}
|