Class: Google::Cloud::Monitoring::V3::DistributionCut
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::DistributionCut
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service.rb
Overview
A DistributionCut
defines a TimeSeries
and thresholds used for measuring
good service and total service. The TimeSeries
must have ValueType =
DISTRIBUTION
and MetricKind = DELTA
or MetricKind = CUMULATIVE
. The
computed good_service
will be the estimated count of values in the
Distribution
that fall within the specified min
and max
.
Instance Attribute Summary collapse
-
#distribution_filter ⇒ ::String
A monitoring filter specifying a
TimeSeries
aggregating values. -
#range ⇒ ::Google::Cloud::Monitoring::V3::Range
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
Instance Attribute Details
#distribution_filter ⇒ ::String
Returns A monitoring filter
specifying a TimeSeries
aggregating values. Must have ValueType =
DISTRIBUTION
and MetricKind = DELTA
or MetricKind = CUMULATIVE
.
561 562 563 564 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 561 class DistributionCut include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#range ⇒ ::Google::Cloud::Monitoring::V3::Range
Returns Range of values considered "good." For a one-sided range, set one bound to an infinite value.
561 562 563 564 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 561 class DistributionCut include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |