zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way

Home Page:https://pypi.python.org/pypi/stups-senza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for RequestCountPerTarget as autoscaling metric

oporkka opened this issue · comments

AWS added possibility to do autoscaling based on the request count per target in July 2017. The new value is called RequestCountPerTarget (you can find it from).

Senza currently supports only MetricTypes "CPU", "NetworkIn", "NetworkOut", and RequestCount could be added as a new MetricType to allow scaling by request count per target.