Class: Google::Cloud::Monitoring::V3::RequestBasedSli
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::RequestBasedSli
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service.rb
Overview
Service Level Indicators for which atomic units of service are counted directly.
Instance Attribute Summary collapse
-
#distribution_cut ⇒ ::Google::Cloud::Monitoring::V3::DistributionCut
distribution_cut
is used whengood_service
is a count of values aggregated in aDistribution
that fall into a good range. -
#good_total_ratio ⇒ ::Google::Cloud::Monitoring::V3::TimeSeriesRatio
good_total_ratio
is used when the ratio ofgood_service
tototal_service
is computed from twoTimeSeries
.
Instance Attribute Details
#distribution_cut ⇒ ::Google::Cloud::Monitoring::V3::DistributionCut
Returns distribution_cut
is used when good_service
is a count of values
aggregated in a Distribution
that fall into a good range. The
total_service
is the total count of all values aggregated in the
Distribution
.
512 513 514 515 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 512 class RequestBasedSli include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#good_total_ratio ⇒ ::Google::Cloud::Monitoring::V3::TimeSeriesRatio
Returns good_total_ratio
is used when the ratio of good_service
to
total_service
is computed from two TimeSeries
.
512 513 514 515 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 512 class RequestBasedSli include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |