Slo Request Based Sli Distribution Cut
data class SloRequestBasedSliDistributionCut(val distributionFilter: String, val range: SloRequestBasedSliDistributionCutRange)
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.