Slo Windows Based Sli Good Total Ratio Threshold Performance Args
data class SloWindowsBasedSliGoodTotalRatioThresholdPerformanceArgs(val distributionCut: Output<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutArgs>? = null, val goodTotalRatio: Output<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatioArgs>? = null) : ConvertibleToJava<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceArgs>
Constructors
Link copied to clipboard
constructor(distributionCut: Output<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutArgs>? = null, goodTotalRatio: Output<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatioArgs>? = null)
Properties
Link copied to clipboard
val distributionCut: Output<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutArgs>? = null
Used when good_service is defined by a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution. Defines a distribution TimeSeries filter and thresholds used for measuring good service and total service. Structure is documented below.
Link copied to clipboard
val goodTotalRatio: Output<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatioArgs>? = null
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.