Class DistributionCut (2.10.1)

DistributionCut(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
distribution_filter str
A `monitoring filter
range_ google.cloud.monitoring_v3.types.Range
Range of values considered "good." For a one-sided range, set one bound to an infinite value.