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.
Note: The following fields are mutually exclusive: basic_sli_performance
, performance
. If a field in that set is populated, all other fields in the set will automatically be cleared.
654 655 656 657 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 654 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.
Note: The following fields are mutually exclusive: performance
, basic_sli_performance
. If a field in that set is populated, all other fields in the set will automatically be cleared.
654 655 656 657 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 654 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.
654 655 656 657 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 654 class PerformanceThreshold include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |