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 |
|
|---|---|
| Name | Description |
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.
|