Class PerformanceThreshold (2.11.1)

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

A PerformanceThreshold is used when each window is good when that window has a sufficiently high performance.

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
performance google.cloud.monitoring_v3.types.RequestBasedSli
``RequestBasedSli`` to evaluate to judge window quality. This field is a member of `oneof`_ ``type``.
basic_sli_performance google.cloud.monitoring_v3.types.BasicSli
``BasicSli`` to evaluate to judge window quality. This field is a member of `oneof`_ ``type``.
threshold float
If window ``performance >= threshold``, the window is counted as good.

Inheritance

builtins.object > proto.message.Message > PerformanceThreshold