A TimeSeriesRatio
specifies two TimeSeries
to use for
computing the good_service / total_service
ratio. The specified
TimeSeries
must have ValueType = DOUBLE
or ValueType =
INT64
and must have MetricKind = DELTA
or MetricKind =
CUMULATIVE
. The TimeSeriesRatio
must specify exactly two of
good, bad, and total, and the relationship good_service +
bad_service = total_service
will be assumed.
.. attribute:: good_service_filter
A monitoring filter
<https://cloud.google.com/monitoring/api/v3/filters>
__
specifying a TimeSeries
quantifying good service provided.
Must have ValueType = DOUBLE
or ValueType = INT64
and
must have MetricKind = DELTA
or MetricKind =
CUMULATIVE
.
A monitoring filter
<https://cloud.google.com/monitoring/api/v3/filters>
__
specifying a TimeSeries
quantifying total demanded
service. Must have ValueType = DOUBLE
or ValueType =
INT64
and must have MetricKind = DELTA
or MetricKind =
CUMULATIVE
.