A DistributionCut defines a TimeSeries and thresholds used
for measuring good service and total service. The TimeSeries
must have ValueType = DISTRIBUTION and MetricKind = DELTA or
MetricKind = CUMULATIVE. The computed good_service will be
the count of values x in the Distribution such that
range.min <= x < range.max.
Attributes
Name
Description
distribution_filter
str
A `monitoring
filter
range_
.gm_service.Range
Range of values considered "good." For a one-
ided range, set one bound to an infinite value.