WindowsBasedSli class

A WindowsBasedSli defines good_service as the count of time windows for which the provided service was of good quality.

Criteria for determining if service was good are embedded in the window_criterion.

Constructors

WindowsBasedSli({String? goodBadMetricFilter, PerformanceThreshold? goodTotalRatioThreshold, MetricRange? metricMeanInRange, MetricRange? metricSumInRange, String? windowPeriod})
WindowsBasedSli.fromJson(Map json_)

Properties

goodBadMetricFilter String?
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL.
getter/setter pair
goodTotalRatioThreshold PerformanceThreshold?
A window is good if its performance is high enough.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metricMeanInRange MetricRange?
A window is good if the metric's value is in a good range, averaged across returned streams.
getter/setter pair
metricSumInRange MetricRange?
A window is good if the metric's value is in a good range, summed across returned streams.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
windowPeriod String?
Duration over which window quality is evaluated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited