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
TimeSeries
quantifying 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
TimeSeries
quantifying good service provided. -
#total_service_filter ⇒ ::String
A monitoring filter specifying a
TimeSeries
quantifying 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
.
542 543 544 545 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 542 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
.
542 543 544 545 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 542 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
.
542 543 544 545 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 542 class TimeSeriesRatio include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |