DistributionCut class

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.

Constructors

DistributionCut({String? distributionFilter, GoogleMonitoringV3Range? range})
DistributionCut.fromJson(Map json_)

Properties

distributionFilter String?
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
range GoogleMonitoringV3Range?
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited