mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
35 lines
932 B
JSON
35 lines
932 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "CloudWatch",
|
|
"id": "cloudwatch",
|
|
"category": "cloud",
|
|
"metrics": true,
|
|
"logs": true,
|
|
"alerting": true,
|
|
"annotations": true,
|
|
"backend": true,
|
|
"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" }
|
|
],
|
|
|
|
"queryOptions": {
|
|
"minInterval": true
|
|
},
|
|
|
|
"info": {
|
|
"description": "Data source for Amazon AWS monitoring service",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/amazon-web-services.png",
|
|
"large": "img/amazon-web-services.png"
|
|
}
|
|
}
|
|
}
|