Class: Google::Cloud::Monitoring::V3::WindowsBasedSli::PerformanceThreshold

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#basic_sli_performance::Google::Cloud::Monitoring::V3::BasicSli

Returns BasicSli to evaluate to judge window quality.

Returns:



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.

Returns:



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.

Returns:

  • (::Float)

    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