Class: Google::Cloud::Monitoring::V3::TimeSeriesRatio
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::TimeSeriesRatio
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service.rb
Overview
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.
Instance Attribute Summary collapse
-
#bad_service_filter ⇒ ::String
A monitoring filter specifying a
TimeSeriesquantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. -
#good_service_filter ⇒ ::String
A monitoring filter specifying a
TimeSeriesquantifying good service provided. -
#total_service_filter ⇒ ::String
A monitoring filter specifying a
TimeSeriesquantifying total demanded service.
Instance Attribute Details
#bad_service_filter ⇒ ::String
Returns A monitoring filter
specifying a TimeSeries quantifying bad service, either demanded service
that was not provided or demanded service that was of inadequate quality.
Must have ValueType = DOUBLE or ValueType = INT64 and must have
MetricKind = DELTA or MetricKind = CUMULATIVE.
580 581 582 583 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 580 class TimeSeriesRatio include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#good_service_filter ⇒ ::String
Returns A monitoring filter
specifying a TimeSeries quantifying good service provided. Must have
ValueType = DOUBLE or ValueType = INT64 and must have MetricKind =
DELTA or MetricKind = CUMULATIVE.
580 581 582 583 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 580 class TimeSeriesRatio include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_service_filter ⇒ ::String
Returns A monitoring filter
specifying a TimeSeries quantifying total demanded service. Must have
ValueType = DOUBLE or ValueType = INT64 and must have MetricKind =
DELTA or MetricKind = CUMULATIVE.
580 581 582 583 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 580 class TimeSeriesRatio include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |