Class MetricRange (1.1.2)

A MetricRange is used when each window is good when the value x of a single TimeSeries satisfies range.min <= x < range.max. The provided TimeSeries must have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.

Range of values considered “good.” For a one-sided range, set one bound to an infinite value.