Class TimeSeriesFilterRatio (2.3.0)

TimeSeriesFilterRatio(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
numerator google.cloud.monitoring_dashboard_v1.types.TimeSeriesFilterRatio.RatioPart
The numerator of the ratio.
denominator google.cloud.monitoring_dashboard_v1.types.TimeSeriesFilterRatio.RatioPart
The denominator of the ratio.
secondary_aggregation google.cloud.monitoring_dashboard_v1.types.Aggregation
Apply a second aggregation after the ratio is computed.
pick_time_series_filter google.cloud.monitoring_dashboard_v1.types.PickTimeSeriesFilter
Ranking based time series filter.
statistical_time_series_filter google.cloud.monitoring_dashboard_v1.types.StatisticalTimeSeriesFilter
Statistics based time series filter. Note: This field is deprecated and completely ignored by the API.

Classes

RatioPart

RatioPart(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes a query to build the numerator or denominator of a TimeSeriesFilterRatio.