Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::WindowsBasedSli::MetricRange (v0.7.1)

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

#range=

def range=(value) -> ::Google::Cloud::Monitoring::V3::Range
Parameter
Returns

#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.