Cloud Monitoring Dashboards V1 API - Class Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio (v1.2.0)

Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio.

A pair of time series filters that define a ratio computation. The output time series is the pair-wise division of each aligned element from the numerator and denominator time series.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#denominator

def denominator() -> ::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart

#denominator=

def denominator=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart
Parameter

#numerator

def numerator() -> ::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart

#numerator=

def numerator=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart
Parameter

#pick_time_series_filter

def pick_time_series_filter() -> ::Google::Cloud::Monitoring::Dashboard::V1::PickTimeSeriesFilter
Returns

#pick_time_series_filter=

def pick_time_series_filter=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::PickTimeSeriesFilter
Parameter
Returns

#secondary_aggregation

def secondary_aggregation() -> ::Google::Cloud::Monitoring::Dashboard::V1::Aggregation
Returns

#secondary_aggregation=

def secondary_aggregation=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::Aggregation
Parameter
Returns

#statistical_time_series_filter

def statistical_time_series_filter() -> ::Google::Cloud::Monitoring::Dashboard::V1::StatisticalTimeSeriesFilter
Returns
  • (::Google::Cloud::Monitoring::Dashboard::V1::StatisticalTimeSeriesFilter) — Statistics based time series filter. Note: This field is deprecated and completely ignored by the API.

    Note: The following fields are mutually exclusive: statistical_time_series_filter, pick_time_series_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

#statistical_time_series_filter=

def statistical_time_series_filter=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::StatisticalTimeSeriesFilter
Parameter
  • value (::Google::Cloud::Monitoring::Dashboard::V1::StatisticalTimeSeriesFilter) — Statistics based time series filter. Note: This field is deprecated and completely ignored by the API.

    Note: The following fields are mutually exclusive: statistical_time_series_filter, pick_time_series_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Monitoring::Dashboard::V1::StatisticalTimeSeriesFilter) — Statistics based time series filter. Note: This field is deprecated and completely ignored by the API.

    Note: The following fields are mutually exclusive: statistical_time_series_filter, pick_time_series_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.