Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::DistributionCut (v0.8.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::DistributionCut.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#distribution_filter

def distribution_filter() -> ::String
Returns
  • (::String) — A monitoring filter specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.

#distribution_filter=

def distribution_filter=(value) -> ::String
Parameter
  • value (::String) — 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.

#range

def range() -> ::Google::Cloud::Monitoring::V3::Range
Returns

#range=

def range=(value) -> ::Google::Cloud::Monitoring::V3::Range
Parameter
Returns