Class: Google::Cloud::Monitoring::V3::BasicSli::LatencyCriteria

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/service.rb

Overview

Parameters for a latency threshold SLI.

Instance Attribute Summary collapse

Instance Attribute Details

#threshold::Google::Protobuf::Duration

Returns Good service is defined to be the count of requests made to this service that return in no more than threshold.

Returns:

  • (::Google::Protobuf::Duration)

    Good service is defined to be the count of requests made to this service that return in no more than threshold.



306
307
308
309
# File 'proto_docs/google/monitoring/v3/service.rb', line 306

class LatencyCriteria
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end