good Total Ratio
suspend fun goodTotalRatio(value: Output<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatioArgs>)
suspend fun goodTotalRatio(value: SloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatioArgs?)
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. Structure is documented below.
suspend fun goodTotalRatio(argument: suspend SloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatioArgsBuilder.() -> 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. Structure is documented below.