Class: Google::Cloud::Monitoring::V3::WindowsBasedSli::MetricRange
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::WindowsBasedSli::MetricRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service.rb
Overview
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
.
Instance Attribute Summary collapse
-
#range ⇒ ::Google::Cloud::Monitoring::V3::Range
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
-
#time_series ⇒ ::String
A monitoring filter specifying the
TimeSeries
to use for evaluating window quality.
Instance Attribute Details
#range ⇒ ::Google::Cloud::Monitoring::V3::Range
Returns Range of values considered "good." For a one-sided range, set one bound to an infinite value.
621 622 623 624 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 621 class MetricRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_series ⇒ ::String
Returns A monitoring filter
specifying the TimeSeries
to use for evaluating window quality.
621 622 623 624 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 621 class MetricRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |