Class: Google::Cloud::Monitoring::V3::RequestBasedSli

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Google::Cloud::Monitoring::V3::DistributionCut)

    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.



338
339
340
341
# File 'proto_docs/google/monitoring/v3/service.rb', line 338

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.

Returns:



338
339
340
341
# File 'proto_docs/google/monitoring/v3/service.rb', line 338

class RequestBasedSli
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end