You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: autoscaler asg subnets and add possibility to enable metrics for asg (#1182)
## Description
Add the possibility to have multiple subnets for runner manager instance
with docker-autoscaler runner type.
Add the variable `enabled_metrics` for docker autoscaler autoscaling
group
## Migrations required
No
## Verification
Tested on our side on a production runner.
To enable metrics for docker autoscaler autoscaling group you have to
pass a list of metrics, here is my conf
```
runner_worker_docker_autoscaler_asg = {
...
enabled_metrics = ["GroupMinSize", "GroupMaxSize", "GroupInServiceInstances", "GroupPendingInstances",
"GroupStandbyInstances", "GroupTerminatingInstances", "GroupTotalInstances"]
```
0 commit comments