Class: Google::Cloud::Monitoring::V3::WindowsBasedSli::MetricRange

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#range::Google::Cloud::Monitoring::V3::Range



671
672
673
674
# File 'proto_docs/google/monitoring/v3/service.rb', line 671

class MetricRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#time_series::String



671
672
673
674
# File 'proto_docs/google/monitoring/v3/service.rb', line 671

class MetricRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end