Class: Google::Cloud::Monitoring::V3::BasicSli::LatencyCriteria
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::BasicSli::LatencyCriteria
- 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
-
#threshold ⇒ ::Google::Protobuf::Duration
Good service is defined to be the count of requests made to this service that return in no more than
threshold
.
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
.
340 341 342 343 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 340 class LatencyCriteria include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |