make the autoscaling template easier to debug
shorten the period and lower the thresholds Change-Id: I3d621fadacc6e77002d100cf725d970671475106 Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
@@ -101,9 +101,9 @@
|
|||||||
"MetricName": "MemoryUtilization",
|
"MetricName": "MemoryUtilization",
|
||||||
"Namespace": "system/linux",
|
"Namespace": "system/linux",
|
||||||
"Statistic": "Average",
|
"Statistic": "Average",
|
||||||
"Period": "300",
|
"Period": "60",
|
||||||
"EvaluationPeriods": "2",
|
"EvaluationPeriods": "1",
|
||||||
"Threshold": "90",
|
"Threshold": "50",
|
||||||
"AlarmActions": [ { "Ref": "WebServerScaleUpPolicy" } ],
|
"AlarmActions": [ { "Ref": "WebServerScaleUpPolicy" } ],
|
||||||
"Dimensions": [
|
"Dimensions": [
|
||||||
{
|
{
|
||||||
@@ -121,9 +121,9 @@
|
|||||||
"MetricName": "MemoryUtilization",
|
"MetricName": "MemoryUtilization",
|
||||||
"Namespace": "system/linux",
|
"Namespace": "system/linux",
|
||||||
"Statistic": "Average",
|
"Statistic": "Average",
|
||||||
"Period": "300",
|
"Period": "60",
|
||||||
"EvaluationPeriods": "2",
|
"EvaluationPeriods": "1",
|
||||||
"Threshold": "70",
|
"Threshold": "15",
|
||||||
"AlarmActions": [ { "Ref": "WebServerScaleDownPolicy" } ],
|
"AlarmActions": [ { "Ref": "WebServerScaleDownPolicy" } ],
|
||||||
"Dimensions": [
|
"Dimensions": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user