Slo Request Based Sli Distribution Cut Args
data class SloRequestBasedSliDistributionCutArgs(val distributionFilter: Output<String>, val range: Output<SloRequestBasedSliDistributionCutRangeArgs>) : ConvertibleToJava<SloRequestBasedSliDistributionCutArgs>
Constructors
Link copied to clipboard
constructor(distributionFilter: Output<String>, range: Output<SloRequestBasedSliDistributionCutRangeArgs>)
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.