Service Load Metric Args
data class ServiceLoadMetricArgs(val defaultLoad: Output<Int>? = null, val name: Output<String>, val primaryDefaultLoad: Output<Int>? = null, val secondaryDefaultLoad: Output<Int>? = null, val weight: Output<Either<String, ServiceLoadMetricWeight>>? = null) : ConvertibleToJava<ServiceLoadMetricArgs>
Specifies a metric to load balance a service during runtime.
Properties
Link copied to clipboard
Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.
Link copied to clipboard
Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.
Link copied to clipboard
Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.
Link copied to clipboard
The service load metric relative weight, compared to other metrics configured for this service, as a number.