Autoscaler Autoscaling Policy Metric Args
data class AutoscalerAutoscalingPolicyMetricArgs(val filter: Output<String>? = null, val name: Output<String>, val singleInstanceAssignment: Output<Double>? = null, val target: Output<Double>? = null, val type: Output<String>? = null) : ConvertibleToJava<AutoscalerAutoscalingPolicyMetricArgs>
Constructors
Functions
Properties
Link copied to clipboard
The target value of the metric that autoscaler should maintain. This must be a positive value. A utilization metric scales number of virtual machines handling requests to increase or decrease proportionally to the metric. For example, a good metric to use as a utilizationTarget is www.googleapis.com/compute/instance/network/received_bytes_count. The autoscaler will work to keep this value constant for each of the instances.