Class: Google::Cloud::Monitoring::V3::WindowsBasedSli::PerformanceThreshold
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::WindowsBasedSli::PerformanceThreshold
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service.rb
Overview
A PerformanceThreshold
is used when each window is good when that window
has a sufficiently high performance
.
Instance Attribute Summary collapse
-
#basic_sli_performance ⇒ ::Google::Cloud::Monitoring::V3::BasicSli
BasicSli
to evaluate to judge window quality. -
#performance ⇒ ::Google::Cloud::Monitoring::V3::RequestBasedSli
RequestBasedSli
to evaluate to judge window quality. -
#threshold ⇒ ::Float
If window
performance >= threshold
, the window is counted as good.
Instance Attribute Details
#basic_sli_performance ⇒ ::Google::Cloud::Monitoring::V3::BasicSli
Returns BasicSli
to evaluate to judge window quality.
462 463 464 465 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 462 class PerformanceThreshold include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#performance ⇒ ::Google::Cloud::Monitoring::V3::RequestBasedSli
Returns RequestBasedSli
to evaluate to judge window quality.
462 463 464 465 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 462 class PerformanceThreshold include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#threshold ⇒ ::Float
Returns If window performance >= threshold
, the window is counted as good.
462 463 464 465 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 462 class PerformanceThreshold include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |