Class: Google::Cloud::Monitoring::V3::DistributionCut

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    A monitoring filter specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.



419
420
421
422
# File 'proto_docs/google/monitoring/v3/service.rb', line 419

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.

Returns:



419
420
421
422
# File 'proto_docs/google/monitoring/v3/service.rb', line 419

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