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
- (::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart) — The denominator of the ratio.
#denominator=
def denominator=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart
- value (::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart) — The denominator of the ratio.
- (::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart) — The denominator of the ratio.
#numerator
def numerator() -> ::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart
- (::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart) — The numerator of the ratio.
#numerator=
def numerator=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart
- value (::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart) — The numerator of the ratio.
- (::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart) — The numerator of the ratio.
#pick_time_series_filter
def pick_time_series_filter() -> ::Google::Cloud::Monitoring::Dashboard::V1::PickTimeSeriesFilter
-
(::Google::Cloud::Monitoring::Dashboard::V1::PickTimeSeriesFilter) — Ranking based time series filter.
Note: The following fields are mutually exclusive:
pick_time_series_filter
,statistical_time_series_filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#pick_time_series_filter=
def pick_time_series_filter=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::PickTimeSeriesFilter
-
value (::Google::Cloud::Monitoring::Dashboard::V1::PickTimeSeriesFilter) — Ranking based time series filter.
Note: The following fields are mutually exclusive:
pick_time_series_filter
,statistical_time_series_filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Monitoring::Dashboard::V1::PickTimeSeriesFilter) — Ranking based time series filter.
Note: The following fields are mutually exclusive:
pick_time_series_filter
,statistical_time_series_filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#secondary_aggregation
def secondary_aggregation() -> ::Google::Cloud::Monitoring::Dashboard::V1::Aggregation
- (::Google::Cloud::Monitoring::Dashboard::V1::Aggregation) — Apply a second aggregation after the ratio is computed.
#secondary_aggregation=
def secondary_aggregation=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::Aggregation
- value (::Google::Cloud::Monitoring::Dashboard::V1::Aggregation) — Apply a second aggregation after the ratio is computed.
- (::Google::Cloud::Monitoring::Dashboard::V1::Aggregation) — Apply a second aggregation after the ratio is computed.
#statistical_time_series_filter
def statistical_time_series_filter() -> ::Google::Cloud::Monitoring::Dashboard::V1::StatisticalTimeSeriesFilter
-
(::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
-
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.
-
(::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.