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.

Note: The following fields are mutually exclusive: distribution_cut, good_total_ratio. If a field in that set is populated, all other fields in the set will automatically be cleared.

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.

    Note: The following fields are mutually exclusive: distribution_cut, good_total_ratio. If a field in that set is populated, all other fields in the set will automatically be cleared.



550
551
552
553
# File 'proto_docs/google/monitoring/v3/service.rb', line 550

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.

Note: The following fields are mutually exclusive: good_total_ratio, distribution_cut. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

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

    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.

    Note: The following fields are mutually exclusive: good_total_ratio, distribution_cut. If a field in that set is populated, all other fields in the set will automatically be cleared.



550
551
552
553
# File 'proto_docs/google/monitoring/v3/service.rb', line 550

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