zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way
https://pypi.python.org/pypi/stups-senza
Other
96 stars 72 forks source link

Add support for RequestCountPerTarget as autoscaling metric #491

Open oporkka opened 7 years ago

oporkka commented 7 years ago

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.