-
-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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"] ```
- Loading branch information
1 parent
745fc46
commit 3335b81
Showing
3 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters