Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::RequestBasedSli (v1.4.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::RequestBasedSli.

Service Level Indicators for which atomic units of service are counted directly.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#distribution_cut

def distribution_cut() -> ::Google::Cloud::Monitoring::V3::DistributionCut
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.

#distribution_cut=

def distribution_cut=(value) -> ::Google::Cloud::Monitoring::V3::DistributionCut
Parameter
  • value (::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.

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.

#good_total_ratio

def good_total_ratio() -> ::Google::Cloud::Monitoring::V3::TimeSeriesRatio
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.

#good_total_ratio=

def good_total_ratio=(value) -> ::Google::Cloud::Monitoring::V3::TimeSeriesRatio
Parameter
  • value (::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.

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.