Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::TimeSeriesRatio.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bad_service_filter
def bad_service_filter() -> ::String- 
        (::String) — A monitoring filter
specifying a TimeSeriesquantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must haveValueType = DOUBLEorValueType = INT64and must haveMetricKind = DELTAorMetricKind = CUMULATIVE.
#bad_service_filter=
def bad_service_filter=(value) -> ::String- 
        value (::String) — A monitoring filter
specifying a TimeSeriesquantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must haveValueType = DOUBLEorValueType = INT64and must haveMetricKind = DELTAorMetricKind = CUMULATIVE.
- 
        (::String) — A monitoring filter
specifying a TimeSeriesquantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must haveValueType = DOUBLEorValueType = INT64and must haveMetricKind = DELTAorMetricKind = CUMULATIVE.
#good_service_filter
def good_service_filter() -> ::String- 
        (::String) — A monitoring filter
specifying a TimeSeriesquantifying good service provided. Must haveValueType = DOUBLEorValueType = INT64and must haveMetricKind = DELTAorMetricKind = CUMULATIVE.
#good_service_filter=
def good_service_filter=(value) -> ::String- 
        value (::String) — A monitoring filter
specifying a TimeSeriesquantifying good service provided. Must haveValueType = DOUBLEorValueType = INT64and must haveMetricKind = DELTAorMetricKind = CUMULATIVE.
- 
        (::String) — A monitoring filter
specifying a TimeSeriesquantifying good service provided. Must haveValueType = DOUBLEorValueType = INT64and must haveMetricKind = DELTAorMetricKind = CUMULATIVE.
#total_service_filter
def total_service_filter() -> ::String- 
        (::String) — A monitoring filter
specifying a TimeSeriesquantifying total demanded service. Must haveValueType = DOUBLEorValueType = INT64and must haveMetricKind = DELTAorMetricKind = CUMULATIVE.
#total_service_filter=
def total_service_filter=(value) -> ::String- 
        value (::String) — A monitoring filter
specifying a TimeSeriesquantifying total demanded service. Must haveValueType = DOUBLEorValueType = INT64and must haveMetricKind = DELTAorMetricKind = CUMULATIVE.
- 
        (::String) — A monitoring filter
specifying a TimeSeriesquantifying total demanded service. Must haveValueType = DOUBLEorValueType = INT64and must haveMetricKind = DELTAorMetricKind = CUMULATIVE.