Class RequestBasedSli (2.10.1)

RequestBasedSli(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
good_total_ratio google.cloud.monitoring_v3.types.TimeSeriesRatio
good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries. This field is a member of oneof_ method.
distribution_cut google.cloud.monitoring_v3.types.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. This field is a member of oneof_ method.