Slo Windows Based Sli Good Total Ratio Threshold Performance Distribution Cut Args
data class SloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutArgs(val distributionFilter: Output<String>, val range: Output<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRangeArgs>) : ConvertibleToJava<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutArgs>
Constructors
Link copied to clipboard
constructor(distributionFilter: Output<String>, range: Output<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRangeArgs>)
Properties
Link copied to clipboard
A TimeSeries monitoring filter aggregating values to quantify the good service provided. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
Link copied to clipboard
Range of numerical values. The computed good_service will be the count of values x in the Distribution such that range.min <= x <= range.max. inclusive of min and max. Open ranges can be defined by setting just one of min or max. Structure is documented below.