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



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



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