Class PerformanceThreshold (2.4.2)

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.

Attributes

NameDescription
performance google.cloud.monitoring_v3.types.RequestBasedSli
RequestBasedSli to evaluate to judge window quality.
basic_sli_performance google.cloud.monitoring_v3.types.BasicSli
BasicSli to evaluate to judge window quality.
threshold float
If window performance >= threshold, the window is counted as good.