Skip to content

Commit

Permalink
Updated dynamite.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
oezs committed Jan 15, 2016
1 parent 9874562 commit 0d229a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init/dynamite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ Dynamite:
ScalingPolicy:
apache_scale_down:
comparative_operator: lt
cooldown_period: 15
cooldown_period: 1
cooldown_period_unit: second
metric: cpu_user
metric_aggregated: false
period: 30
period: 1
period_unit: second
service_type: webserver
threshold: 10
threshold_unit: percent
apache_scale_up:
comparative_operator: gt
cooldown_period: 30
cooldown_period: 2
cooldown_period_unit: second
metric: response_time.time_backend_response.p95
metric_aggregated: true
period: 15
period: 2
period_unit: second
service_type: loadbalancer
threshold: 500
Expand Down

0 comments on commit 0d229a5

Please sign in to comment.