Method: Google::Cloud::Monitoring::V3::BasicSli#latency
- Defined in:
- proto_docs/google/monitoring/v3/service.rb
permalink #latency ⇒ ::Google::Cloud::Monitoring::V3::BasicSli::LatencyCriteria
Returns Good service is defined to be the count of requests made to this service
that are fast enough with respect to latency.threshold
.
325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 325 class BasicSli include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Future parameters for the availability SLI. class AvailabilityCriteria include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Parameters for a latency threshold SLI. # @!attribute [rw] threshold # @return [::Google::Protobuf::Duration] # Good service is defined to be the count of requests made to this service # that return in no more than `threshold`. class LatencyCriteria include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |