Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::BasicSli::LatencyCriteria.
Parameters for a latency threshold SLI.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#threshold
def threshold() -> ::Google::Protobuf::Duration
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
.
#threshold=
def threshold=(value) -> ::Google::Protobuf::Duration
Parameter
-
value (::Google::Protobuf::Duration) — 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
.