Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::WindowsBasedSli::PerformanceThreshold.
A PerformanceThreshold
is used when each window is good when that window
has a sufficiently high performance
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#basic_sli_performance
def basic_sli_performance() -> ::Google::Cloud::Monitoring::V3::BasicSli
Returns
-
(::Google::Cloud::Monitoring::V3::BasicSli) —
BasicSli
to evaluate to judge window quality.
#basic_sli_performance=
def basic_sli_performance=(value) -> ::Google::Cloud::Monitoring::V3::BasicSli
Parameter
-
value (::Google::Cloud::Monitoring::V3::BasicSli) —
BasicSli
to evaluate to judge window quality.
Returns
-
(::Google::Cloud::Monitoring::V3::BasicSli) —
BasicSli
to evaluate to judge window quality.
#performance
def performance() -> ::Google::Cloud::Monitoring::V3::RequestBasedSli
Returns
-
(::Google::Cloud::Monitoring::V3::RequestBasedSli) —
RequestBasedSli
to evaluate to judge window quality.
#performance=
def performance=(value) -> ::Google::Cloud::Monitoring::V3::RequestBasedSli
Parameter
-
value (::Google::Cloud::Monitoring::V3::RequestBasedSli) —
RequestBasedSli
to evaluate to judge window quality.
Returns
-
(::Google::Cloud::Monitoring::V3::RequestBasedSli) —
RequestBasedSli
to evaluate to judge window quality.
#threshold
def threshold() -> ::Float
Returns
-
(::Float) — If window
performance >= threshold
, the window is counted as good.
#threshold=
def threshold=(value) -> ::Float
Parameter
-
value (::Float) — If window
performance >= threshold
, the window is counted as good.
Returns
-
(::Float) — If window
performance >= threshold
, the window is counted as good.