Skip to content

Commit

Permalink
Merge pull request #38 from telia-oss/fix-db-utilization-widget
Browse files Browse the repository at this point in the history
Display max CPU for database
  • Loading branch information
Kristian authored Sep 19, 2019
2 parents c5dfba1 + 3388a46 commit 531b984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/dashboard/dashboard.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -381,14 +381,15 @@
"DBClusterIdentifier",
"${rds_cluster_id}",
{
"stat": "Maximum",
"period": ${period}
}
]
],
"view": "timeSeries",
"stacked": false,
"region": "${region}",
"title": "RDS CPU Utilisation"
"title": "RDS CPU Utilisation (max)"
}
},
{
Expand Down

0 comments on commit 531b984

Please sign in to comment.