metric Sum In Range
Parameters
value
Criterion that describes a window as good if the metric's value is in a good range, summed across returned streams. Summed value X
of time_series
should satisfy range.min <= X <= range.max
for a good window. One of good_bad_metric_filter
, good_total_ratio_threshold
, metric_mean_in_range
, metric_sum_in_range
must be set for windows_based_sli
. Structure is documented below.
suspend fun metricSumInRange(argument: suspend SloWindowsBasedSliMetricSumInRangeArgsBuilder.() -> Unit)
Parameters
argument
Criterion that describes a window as good if the metric's value is in a good range, summed across returned streams. Summed value X
of time_series
should satisfy range.min <= X <= range.max
for a good window. One of good_bad_metric_filter
, good_total_ratio_threshold
, metric_mean_in_range
, metric_sum_in_range
must be set for windows_based_sli
. Structure is documented below.