goodTotalRatio

@JvmName(name = "sdpkuahleqsmynre")
suspend fun goodTotalRatio(value: Output<SloRequestBasedSliGoodTotalRatioArgs>)
@JvmName(name = "nhlfdacgtfqfyvmw")
suspend fun goodTotalRatio(value: SloRequestBasedSliGoodTotalRatioArgs?)

Parameters

value

A means to compute a ratio of good_service to total_service. Defines computing this ratio with two TimeSeries monitoring filters Must specify exactly two of good, bad, and total service filters. The relationship good_service + bad_service = total_service will be assumed. Exactly one of distribution_cut or good_total_ratio can be set. Structure is documented below.


@JvmName(name = "hnublxyluywfqmos")
suspend fun goodTotalRatio(argument: suspend SloRequestBasedSliGoodTotalRatioArgsBuilder.() -> Unit)

Parameters

argument

A means to compute a ratio of good_service to total_service. Defines computing this ratio with two TimeSeries monitoring filters Must specify exactly two of good, bad, and total service filters. The relationship good_service + bad_service = total_service will be assumed. Exactly one of distribution_cut or good_total_ratio can be set. Structure is documented below.