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_cutis used whengood_serviceis a count of values aggregated in aDistributionthat fall into a good range. -
#good_total_ratio ⇒ ::Google::Cloud::Monitoring::V3::TimeSeriesRatio
good_total_ratiois used when the ratio ofgood_servicetototal_serviceis computed from twoTimeSeries.
Instance Attribute Details
#distribution_cut ⇒ ::Google::Cloud::Monitoring::V3::DistributionCut
370 371 372 373 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 370 class RequestBasedSli include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#good_total_ratio ⇒ ::Google::Cloud::Monitoring::V3::TimeSeriesRatio
370 371 372 373 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 370 class RequestBasedSli include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |