Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::WindowsBasedSli::MetricRange.
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
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#range
def range() -> ::Google::Cloud::Monitoring::V3::Range
Returns
- (::Google::Cloud::Monitoring::V3::Range) — Range of values considered "good." For a one-sided range, set one bound to an infinite value.
#range=
def range=(value) -> ::Google::Cloud::Monitoring::V3::Range
Parameter
- value (::Google::Cloud::Monitoring::V3::Range) — Range of values considered "good." For a one-sided range, set one bound to an infinite value.
Returns
- (::Google::Cloud::Monitoring::V3::Range) — Range of values considered "good." For a one-sided range, set one bound to an infinite value.
#time_series
def time_series() -> ::String
Returns
-
(::String) — A monitoring filter
specifying the
TimeSeries
to use for evaluating window quality.
#time_series=
def time_series=(value) -> ::String
Parameter
-
value (::String) — A monitoring filter
specifying the
TimeSeries
to use for evaluating window quality.
Returns
-
(::String) — A monitoring filter
specifying the
TimeSeries
to use for evaluating window quality.